diff --git a/kcms/desktoptheme/kcm.cpp b/kcms/desktoptheme/kcm.cpp --- a/kcms/desktoptheme/kcm.cpp +++ b/kcms/desktoptheme/kcm.cpp @@ -54,7 +54,7 @@ qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); qmlRegisterType(); - KAboutData* about = new KAboutData(QStringLiteral("kcm_desktoptheme"), i18n("Configure Desktop Theme"), + KAboutData* about = new KAboutData(QStringLiteral("kcm_desktoptheme"), i18n("Choose the Plasma theme"), QStringLiteral("0.1"), QString(), KAboutLicense::LGPL); about->addAuthor(i18n("David Rosca"), QString(), QStringLiteral("nowrep@gmail.com")); setAboutData(about); diff --git a/kcms/desktoptheme/kcm_desktoptheme.desktop b/kcms/desktoptheme/kcm_desktoptheme.desktop --- a/kcms/desktoptheme/kcm_desktoptheme.desktop +++ b/kcms/desktoptheme/kcm_desktoptheme.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Icon=preferences-desktop +Icon=preferences-desktop-plasma Exec=kcmshell5 kcm_desktoptheme Type=Service @@ -10,7 +10,7 @@ X-KDE-Weight=40 X-DocPath=kcontrol/desktopthemedetails/index.html -Name=Desktop Theme +Name=Plasma Theme Name[ar]=سمة سطح المكتب Name[bg]=Тема за работния плот Name[bn]=ডেস্কটপ থীম @@ -74,7 +74,7 @@ Name[x-test]=xxDesktop Themexx Name[zh_CN]=Desktop Theme,桌面主题 Name[zh_TW]=桌面主題 -Comment=Desktop Theme +Comment=Choose the Plasma theme Comment[ar]=سمة سطح المكتب Comment[bs]=Tema radne površine Comment[ca]=Tema d'escriptori diff --git a/kcms/desktoptheme/package/contents/ui/main.qml b/kcms/desktoptheme/package/contents/ui/main.qml --- a/kcms/desktoptheme/package/contents/ui/main.qml +++ b/kcms/desktoptheme/package/contents/ui/main.qml @@ -27,7 +27,7 @@ import org.kde.kcm 1.1 as KCM KCM.GridViewKCM { - KCM.ConfigModule.quickHelp: i18n("This module lets you configure the desktop theme.") + KCM.ConfigModule.quickHelp: i18n("This module lets you choose the Plasma theme.") view.model: kcm.desktopThemeModel view.currentIndex: kcm.selectedPluginIndex @@ -136,7 +136,7 @@ } QtControls.Button { - text: i18n("Get New Desktop Themes...") + text: i18n("Get New Plasma Themes...") icon.name: "get-hot-new-stuff" onClicked: kcm.getNewStuff(this) visible: KAuthorized.authorize("ghns") diff --git a/kcms/desktoptheme/package/metadata.desktop b/kcms/desktoptheme/package/metadata.desktop --- a/kcms/desktoptheme/package/metadata.desktop +++ b/kcms/desktoptheme/package/metadata.desktop @@ -1,5 +1,5 @@ [Desktop Entry] -Name=Desktop Theme +Name=Plasma Theme Name[ar]=سمة سطح المكتب Name[bg]=Тема за работния плот Name[bn]=ডেস্কটপ থীম @@ -63,7 +63,7 @@ Name[x-test]=xxDesktop Themexx Name[zh_CN]=Desktop Theme,桌面主题 Name[zh_TW]=桌面主題 -Comment=Desktop Theme +Comment=Choose the Plasma theme Comment[ar]=سمة سطح المكتب Comment[bs]=Tema radne površine Comment[ca]=Tema d'escriptori