From 56909ec4032d95142fecc4d3448057e3ad75dadf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 11 Apr 2013 22:20:43 -0500 Subject: Update taskbar kcontrol verbage to increase clarity This relates to Bug 1399 --- kcontrol/taskbar/kcmtaskbar.cpp | 2 ++ 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 @@ globalConfigWarning - <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. + <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. - + + + localConfigWarning + + + <b>NOTE:</b> Currently you are editing the taskbar configuration for <b>only</b> this taskbar. + + + kcfg_UseGlobalSettings @@ -57,7 +65,7 @@ Selecting this option causes the taskbar to use the global taskbar configuration. - + globalConfigReload @@ -65,7 +73,7 @@ Overwrite current configuration with the current global floating taskbar configuration - + globalConfigEdit -- cgit v1.2.1