diff options
Diffstat (limited to 'kcontrol/taskbar/kcmtaskbarui.ui')
-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"> |