diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-11 22:20:43 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-11 22:20:43 -0500 |
commit | 56909ec4032d95142fecc4d3448057e3ad75dadf (patch) | |
tree | 58d8b41ecd334fd928b17928effe138e665966fd /kcontrol/taskbar | |
parent | fe303335daa50ee2c5a5745eb2acd2858e6c2616 (diff) | |
download | tdebase-56909ec4032d95142fecc4d3448057e3ad75dadf.tar.gz tdebase-56909ec4032d95142fecc4d3448057e3ad75dadf.zip |
Update taskbar kcontrol verbage to increase clarity
This relates to Bug 1399
Diffstat (limited to 'kcontrol/taskbar')
-rw-r--r-- | kcontrol/taskbar/kcmtaskbar.cpp | 2 | ||||
-rw-r--r-- | kcontrol/taskbar/kcmtaskbarui.ui | 16 |
2 files changed, 14 insertions, 4 deletions
diff --git a/kcontrol/taskbar/kcmtaskbar.cpp b/kcontrol/taskbar/kcmtaskbar.cpp index a030c6076..5bdab1e92 100644 --- a/kcontrol/taskbar/kcmtaskbar.cpp +++ b/kcontrol/taskbar/kcmtaskbar.cpp @@ -273,12 +273,14 @@ void TaskbarConfig::processLockouts() if (m_isGlobalConfig) { m_widget->globalConfigWarning->show(); + m_widget->localConfigWarning->hide(); m_widget->globalConfigReload->hide(); m_widget->globalConfigEdit->hide(); m_widget->kcfg_UseGlobalSettings->hide(); } else { m_widget->globalConfigWarning->hide(); + m_widget->localConfigWarning->show(); m_widget->kcfg_UseGlobalSettings->show(); if (m_widget->kcfg_UseGlobalSettings->isChecked()) { m_widget->taskbarGroup->hide(); diff --git a/kcontrol/taskbar/kcmtaskbarui.ui b/kcontrol/taskbar/kcmtaskbarui.ui index 871badd75..fe605cb73 100644 --- a/kcontrol/taskbar/kcmtaskbarui.ui +++ b/kcontrol/taskbar/kcmtaskbarui.ui @@ -40,10 +40,18 @@ <cstring>globalConfigWarning</cstring> </property> <property name="text"> - <string><b>NOTE: This module is currently editing the global floating taskbar configuration.</b><br>To change the configuration of a specific Kicker taskbar applet, please use the corresponding Configure Taskbar menu option.</string> + <string><b>NOTE: Currently you are editing the global taskbar configuration.</b><br>To change the configuration of a specific taskbar (when using multiple taskbars), use the corresponding Configure Taskbar menu option, located in the taskbar handle popup menu.</string> </property> </widget> - <widget class="TQCheckBox" row="0" column="0" rowspan="1" colspan="2"> + <widget class="TQLabel" row="0" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>localConfigWarning</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> + <widget class="TQCheckBox" row="1" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>kcfg_UseGlobalSettings</cstring> </property> @@ -57,7 +65,7 @@ <string>Selecting this option causes the taskbar to use the global taskbar configuration.</string> </property> </widget> - <widget class="TQPushButton" row="1" column="0" rowspan="1" colspan="2"> + <widget class="TQPushButton" row="2" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>globalConfigReload</cstring> </property> @@ -65,7 +73,7 @@ <string>Overwrite current configuration with the current global floating taskbar configuration</string> </property> </widget> - <widget class="TQPushButton" row="2" column="0" rowspan="1" colspan="2"> + <widget class="TQPushButton" row="3" column="0" rowspan="1" colspan="2"> <property name="name"> <cstring>globalConfigEdit</cstring> </property> |