[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/kspread/dialogs
From:       Yuri Chornoivan <yurchor () ukr ! net>
Date:       2010-08-12 14:31:12
Message-ID: 20100812143112.E801DAC775 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1162735 by yurchor:

Replace KControl with System Settings (KDE 4.5 version)

 M  +5 -5      LayoutDialog.cpp  


--- trunk/koffice/kspread/dialogs/LayoutDialog.cpp #1162734:1162735
@@ -896,7 +896,7 @@
     grid->addWidget(generic, 1, 0);
 
     number = new QRadioButton(i18n("Number"), grp);
-    number->setWhatsThis(i18n("The number notation uses the notation you globally \
choose in KControl -> Regional & Accessibility -> Numbers tab. Numbers are right \
justified by default.")); +    number->setWhatsThis(i18n("The number notation uses \
the notation you globally choose in System Settings -> Common Appearance and Behavior \
-> Locale -> Country/Region & Language -> Numbers tab. Numbers are right justified by \
default."));  grid->addWidget(number, 2, 0);
 
     percent = new QRadioButton(i18n("Percent"), grp);
@@ -904,7 +904,7 @@
     grid->addWidget(percent, 3, 0);
 
     money = new QRadioButton(i18n("Money"), grp);
-    money->setWhatsThis(i18n("The Money format converts your number into money \
notation using the settings globally fixed in KControl in Regional & Accessibility -> \
Money. The currency symbol will be displayed and the precision will be the one set in \
KControl.\nYou can also use the Currency icon in the Format Toolbar to set the cell \
formatting to look like your current currency.")); +    money->setWhatsThis(i18n("The \
Money format converts your number into money notation using the settings globally \
fixed in System Settings -> Common Appearance and Behavior -> Locale -> \
Country/Region & Language -> Money. The currency symbol will be displayed and the \
precision will be the one set in System Settings.\nYou can also use the Currency icon \
in the Format Toolbar to set the cell formatting to look like your current \
currency."));  grid->addWidget(money, 4, 0);
 
     scientific = new QRadioButton(i18n("Scientific"), grp);
@@ -916,15 +916,15 @@
     grid->addWidget(fraction, 6, 0);
 
     date = new QRadioButton(i18n("Date"), grp);
-    date->setWhatsThis(i18n("To enter a date, you should enter it in one of the \
formats set in KControl in Regional & Accessibility ->Time & Dates. There are two \
formats set here: the date format and the short date format.\nJust like you can drag \
down numbers you can also drag down dates and the next cells will also get dates.")); \
+    date->setWhatsThis(i18n("To enter a date, you should enter it in one of the \
formats set in System Settings -> Common Appearance and Behavior -> Locale -> \
Country/Region & Language -> Time & Dates. There are two formats set here: the date \
format and the short date format.\nJust like you can drag down numbers you can also \
drag down dates and the next cells will also get dates."));  grid->addWidget(date, 7, \
0);  
     time = new QRadioButton(i18n("Time"), grp);
-    time->setWhatsThis(i18n("This formats your cell content as a time. To enter a \
time, you should enter it in the Time format set in KControl in Regional & \
Accessibility ->Time & Dates. In the Cell Format dialog box you can set how the time \
should be displayed by choosing one of the available time format options. The default \
format is the system format set in KControl. When the number in the cell does not \
make sense as a time, KSpread will display 00:00 in the global format you have in \
KControl.")); +    time->setWhatsThis(i18n("This formats your cell content as a time. \
To enter a time, you should enter it in the Time format set in System Settings -> \
Common Appearance and Behavior -> Locale -> Country/Region & Language -> Time & \
Dates. In the Cell Format dialog box you can set how the time should be displayed by \
choosing one of the available time format options. The default format is the system \
format set in System Settings. When the number in the cell does not make sense as a \
time, KSpread will display 00:00 in the global format you have in System \
Settings."));  grid->addWidget(time, 8, 0);
 
     datetime = new QRadioButton(i18n("Date and Time"), grp);
-    datetime->setWhatsThis(i18n("This formats your cell content as date and time. To \
enter a date and a time, you should enter it in the Time format set in KControl in \
Regional & Accessibility ->Time & Dates. In the Cell Format dialog box you can set \
how the time should be displayed by choosing one of the available date format \
options. The default format is the system format set in KControl. When the number in \
the cell does not make sense as a date and time, KSpread will display 00:00 in the \
global format you have in KControl.")); +    datetime->setWhatsThis(i18n("This \
formats your cell content as date and time. To enter a date and a time, you should \
enter it in the Time format set in System Settings -> Common Appearance and Behavior \
-> Locale -> Country/Region & Language -> Time & Dates. In the Cell Format dialog box \
you can set how the time should be displayed by choosing one of the available date \
format options. The default format is the system format set in System Settings. When \
the number in the cell does not make sense as a date and time, KSpread will display \
00:00 in the global format you have in System Settings."));  \
grid->addWidget(datetime, 9, 0);  
     textFormat = new QRadioButton(i18n("Text"), grp);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic