diff --git a/doc/kcontrol/desktopthemedetails/index.docbook b/doc/kcontrol/desktopthemedetails/index.docbook --- a/doc/kcontrol/desktopthemedetails/index.docbook +++ b/doc/kcontrol/desktopthemedetails/index.docbook @@ -6,7 +6,7 @@ ]>
-Plasma Theme +Plasma Style Andrew @@ -79,7 +79,7 @@ - Get New Plasma Themes... + Get New Plasma Styles... You need to be connected to the Internet to use it. Clicking on this button will @@ -90,13 +90,13 @@ - Get New Plasma Themes... + Get New Plasma Styles... - Get New Plasma Themes... + Get New Plasma Styles... diff --git a/kcms/desktoptheme/kcm.cpp b/kcms/desktoptheme/kcm.cpp --- a/kcms/desktoptheme/kcm.cpp +++ b/kcms/desktoptheme/kcm.cpp @@ -58,7 +58,7 @@ qApp->setAttribute(Qt::AA_DontCreateNativeWidgetSiblings); qmlRegisterType(); - KAboutData* about = new KAboutData(QStringLiteral("kcm_desktoptheme"), i18n("Plasma Theme"), + KAboutData* about = new KAboutData(QStringLiteral("kcm_desktoptheme"), i18n("Plasma Style"), QStringLiteral("0.1"), QString(), KAboutLicense::LGPL); about->addAuthor(i18n("David Rosca"), QString(), QStringLiteral("nowrep@gmail.com")); setAboutData(about); @@ -136,7 +136,7 @@ { if (!m_newStuffDialog) { m_newStuffDialog = new KNS3::DownloadDialog(QStringLiteral("plasma-themes.knsrc")); - m_newStuffDialog.data()->setWindowTitle(i18n("Download New Plasma Themes")); + m_newStuffDialog.data()->setWindowTitle(i18n("Download New Plasma Styles")); m_newStuffDialog->setWindowModality(Qt::WindowModal); m_newStuffDialog->winId(); // so it creates the windowHandle(); connect(m_newStuffDialog.data(), &KNS3::DownloadDialog::accepted, this, &KCMDesktopTheme::load); 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 @@ -10,7 +10,7 @@ X-KDE-Weight=20 X-DocPath=kcontrol/desktopthemedetails/index.html -Name=Plasma Theme +Name=Plasma Style Name[ca]=Tema del Plasma Name[ca@valencia]=Tema del Plasma Name[cs]=Motiv Plasma 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 choose the Plasma theme.") + KCM.ConfigModule.quickHelp: i18n("This module lets you choose the Plasma style.") view.model: kcm.desktopThemeModel view.currentIndex: kcm.selectedPluginIndex @@ -123,7 +123,7 @@ } QtControls.Button { - text: i18n("Get New Plasma Themes...") + text: i18n("Get New Plasma Styles...") 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=Plasma Theme +Name=Plasma Style Name[ca]=Tema del Plasma Name[ca@valencia]=Tema del Plasma Name[cs]=Motiv Plasma diff --git a/kcms/desktoptheme/plasma-themes.knsrc b/kcms/desktoptheme/plasma-themes.knsrc --- a/kcms/desktoptheme/plasma-themes.knsrc +++ b/kcms/desktoptheme/plasma-themes.knsrc @@ -1,5 +1,5 @@ [KNewStuff3] -Name=Plasma Themes +Name=Plasma Styles Name[ca]=Temes del Plasma Name[ca@valencia]=Temes del Plasma Name[cs]=Motivy Plasmy