KDE/kdebase/workspace/plasma/tools/desktopthemedetails
Anne-Marie Mahfouf
annma at kde.org
Thu Sep 3 17:24:01 CEST 2009
SVN commit 1019435 by annma:
reflect new location of Desktop Theme settings.
However that makes 2 different locations for Desktop Themes in System Settings, could they be both under Appearance for example? Or shouldn't we ask the Usability Team about it?
CCMAIL=plasma-devel at kde.org
M +1 -1 desktopthemedetails.cpp
--- trunk/KDE/kdebase/workspace/plasma/tools/desktopthemedetails/desktopthemedetails.cpp #1019434:1019435
@@ -464,7 +464,7 @@
if (m_themeModel->indexOf(themeRoot) != -1) {
m_theme->setCurrentIndex(m_themeModel->indexOf(themeRoot));
//FIXME: should say "Appearance Settings" instead of "Desktop Settings"
- KMessageBox::information(this,i18n("To change your desktop theme to \"%1\", open\n the desktop Appearance Settings and select \"%2\" from the droplist.",m_theme->currentText(),m_theme->currentText() ), i18n("How to Change Desktop Theme"), "HowToChangeDesktopTheme");
+ KMessageBox::information(this,i18n("To change your desktop theme to \"%1\", get back to the General tab of SystemSettings in Appearance -> Style and select \"%2\" from the droplist.",m_theme->currentText(),m_theme->currentText() ), i18n("How to Change Desktop Theme"), "HowToChangeDesktopTheme");
}
resetThemeDetails();
}
More information about the Plasma-devel
mailing list