[plasma-desktop] /: Use better Workspace Behavior KCM title and icon

Björn Feber null at kde.org
Thu Aug 1 21:25:01 BST 2019


Git commit acddedf0bb1de753e037126428d589683fa380e7 by Björn Feber, on behalf of Bjrn Feber.
Committed on 01/08/2019 at 20:24.
Pushed by bfeber into branch 'master'.

Use better Workspace Behavior KCM title and icon

Summary:
Consistently call the KCM "General Behavior" and use `preferences-desktop` as the icon
{F7132843}

Test Plan: Open the General Behavior KCM.

Reviewers: #plasma, #vdg, filipf, ngraham

Reviewed By: #vdg, filipf, ngraham

Subscribers: filipf, kde-doc-english, ngraham, #vdg, plasma-devel, #plasma

Tags: #plasma, #documentation

Differential Revision: https://phabricator.kde.org/D22871

M  +4    -4    doc/kcontrol/workspaceoptions/index.docbook
M  +3    -3    kcms/workspaceoptions/kcm_workspace.desktop
M  +3    -3    kcms/workspaceoptions/package/metadata.desktop
M  +2    -2    kcms/workspaceoptions/workspaceoptions.cpp

https://commits.kde.org/plasma-desktop/acddedf0bb1de753e037126428d589683fa380e7

diff --git a/doc/kcontrol/workspaceoptions/index.docbook b/doc/kcontrol/workspaceoptions/index.docbook
index 4676ada3..de79fcf0 100644
--- a/doc/kcontrol/workspaceoptions/index.docbook
+++ b/doc/kcontrol/workspaceoptions/index.docbook
@@ -7,15 +7,15 @@
 
 <article id="workspaceoptions" lang="&language;">
 <articleinfo>
-<title>Workspace Behaviour</title>
+<title>General Behavior</title>
 <authorgroup>
 <author>&Burkhard.Lueck; &Burkhard.Lueck.mail;</author>
 <!-- TRANS:ROLES_OF_TRANSLATORS -->
 </authorgroup>
 
-<date>2018-05-21</date>
+<date>2019-08-01</date>
 
-<releaseinfo>&plasma; 5.13</releaseinfo>
+<releaseinfo>&plasma; 5.16</releaseinfo>
 
 <keywordset>
 <keyword>System Settings</keyword>
@@ -25,7 +25,7 @@
 
 </articleinfo>
 
-<para>This is a module to configure global options for the &plasma; workspace.
+<para>This is a module to configure general workspace behavior.
 </para>
 
 <variablelist>
diff --git a/kcms/workspaceoptions/kcm_workspace.desktop b/kcms/workspaceoptions/kcm_workspace.desktop
index 835e384d..b76886e4 100644
--- a/kcms/workspaceoptions/kcm_workspace.desktop
+++ b/kcms/workspaceoptions/kcm_workspace.desktop
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Icon=plasma
+Icon=preferences-desktop
 Exec=kcmshell5 kcm_workspace
 Type=Service
 X-KDE-ServiceTypes=KCModule
@@ -8,7 +8,7 @@ X-KDE-ParentApp=kcontrol
 X-KDE-System-Settings-Parent-Category=desktopbehavior
 X-KDE-Weight=40
 X-DocPath=kcontrol/workspaceoptions/index.html
-Name=Workspace
+Name=General Behavior
 Name[ar]=مساحة العمل
 Name[bs]=Radna površina
 Name[ca]=Espai de treball
@@ -54,7 +54,7 @@ Name[uk]=Робочий простір
 Name[x-test]=xxWorkspacexx
 Name[zh_CN]=工作空间
 Name[zh_TW]=工作空間
-Comment=Workspace Behavior
+Comment=Configure general workspace behavior
 Comment[ar]=سلوك مساحة العمل
 Comment[bs]=Ponašanje radnog prostora
 Comment[ca]=Comportament de l'espai de treball
diff --git a/kcms/workspaceoptions/package/metadata.desktop b/kcms/workspaceoptions/package/metadata.desktop
index c6f263db..578185e7 100644
--- a/kcms/workspaceoptions/package/metadata.desktop
+++ b/kcms/workspaceoptions/package/metadata.desktop
@@ -1,5 +1,5 @@
 [Desktop Entry]
-Name=Workspace
+Name=General Behavior
 Name[ar]=مساحة العمل
 Name[bs]=Radna površina
 Name[ca]=Espai de treball
@@ -45,7 +45,7 @@ Name[uk]=Робочий простір
 Name[x-test]=xxWorkspacexx
 Name[zh_CN]=工作空间
 Name[zh_TW]=工作空間
-Comment=Workspace Behavior
+Comment=Configure general workspace behavior
 Comment[ar]=سلوك مساحة العمل
 Comment[bs]=Ponašanje radnog prostora
 Comment[ca]=Comportament de l'espai de treball
@@ -90,7 +90,7 @@ Comment[uk]=Поведінка робочого простору
 Comment[x-test]=xxWorkspace Behaviorxx
 Comment[zh_CN]=工作空间行为
 Comment[zh_TW]=工作空間行為
-Icon=plasma
+Icon=preferences-desktop
 Keywords=
 Type=Service
 X-KDE-ParentApp=
diff --git a/kcms/workspaceoptions/workspaceoptions.cpp b/kcms/workspaceoptions/workspaceoptions.cpp
index b912a668..67d075b5 100644
--- a/kcms/workspaceoptions/workspaceoptions.cpp
+++ b/kcms/workspaceoptions/workspaceoptions.cpp
@@ -37,9 +37,9 @@ KCMWorkspaceOptions::KCMWorkspaceOptions(QObject *parent, const QVariantList& ar
       m_singleClickCurrentState(true)
 {
     KAboutData* about = new KAboutData(QStringLiteral("kcm_workspace"),
-                                       i18n("Plasma Workspace global options"),
+                                       i18n("General Behavior"),
                                        QStringLiteral("1.1"),
-                                       i18n("System Settings module for managing global options for the Plasma Workspace."),
+                                       i18n("System Settings module for configuring general workspace behavior."),
                                        KAboutLicense::GPL);
 
     about->addAuthor(i18n("Furkan Tokac"), QString(), QStringLiteral("furkantokac34 at gmail.com"));


More information about the kde-doc-english mailing list