diff options
author | Darrell Anderson <darrella@hushmail.com> | 2013-04-11 22:24:07 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-11 22:24:07 -0500 |
commit | 6d8b2d65025a8cd7fb9e76b78b694e1647a957e8 (patch) | |
tree | e72c78cec568e32af6724f50a1311edbe3178282 /kcontrol | |
parent | 56909ec4032d95142fecc4d3448057e3ad75dadf (diff) | |
download | tdebase-6d8b2d65025a8cd7fb9e76b78b694e1647a957e8.tar.gz tdebase-6d8b2d65025a8cd7fb9e76b78b694e1647a957e8.zip |
Update text strings in Kicker configuration module
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/taskbar/kcmtaskbarui.ui | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/kcontrol/taskbar/kcmtaskbarui.ui b/kcontrol/taskbar/kcmtaskbarui.ui index fe605cb73..0a61e7d65 100644 --- a/kcontrol/taskbar/kcmtaskbarui.ui +++ b/kcontrol/taskbar/kcmtaskbarui.ui @@ -70,7 +70,7 @@ <cstring>globalConfigReload</cstring> </property> <property name="text"> - <string>Overwrite current configuration with the current global floating taskbar configuration</string> + <string>Overwrite current configuration with the current global taskbar configuration</string> </property> </widget> <widget class="TQPushButton" row="3" column="0" rowspan="1" colspan="2"> @@ -78,9 +78,17 @@ <cstring>globalConfigEdit</cstring> </property> <property name="text"> - <string>Edt global floating taskbar configuration</string> + <string>Edit global taskbar configuration</string> </property> </widget> + <widget class="TQLabel" row="2" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>globalConfigReminder</cstring> + </property> + <property name="text"> + <string><b>NOTE:</b> Currently you are editing the taskbar configuration for <b>only</b> this taskbar.</string> + </property> + </widget> </grid> </widget> <widget class="TQButtonGroup"> |