[plasma/kwin] /: kcms/kwineffects: use new term "Peek at Desktop"

Nate Graham null at kde.org
Thu Dec 29 19:47:07 GMT 2022


Git commit b9612ca0b710e9f3ee9a8e20b0496bebc5fa1ab7 by Nate Graham.
Committed on 29/12/2022 at 18:03.
Pushed by ngraham into branch 'master'.

kcms/kwineffects: use new term "Peek at Desktop"

The widget was renamed a while back, but the KCM still used the old
term to refer to it when letting the user choose the visual effect that
it shows the user. Let's change that.

BUG: 463087
FIXED-IN: 5.27

M  +1    -1    doc/kwineffects/index.docbook
M  +1    -1    src/kcms/common/effectsmodel.cpp

https://invent.kde.org/plasma/kwin/commit/b9612ca0b710e9f3ee9a8e20b0496bebc5fa1ab7

diff --git a/doc/kwineffects/index.docbook b/doc/kwineffects/index.docbook
index a659e7d009..7fc865de2b 100644
--- a/doc/kwineffects/index.docbook
+++ b/doc/kwineffects/index.docbook
@@ -32,7 +32,7 @@ for Plasma.</para>
 
 <para>The main part of this page is a list of all available effects grouped 
 by <guilabel>Accessibility</guilabel>, <guilabel>Appearance</guilabel>, 
-<guilabel>Focus</guilabel>, <guilabel>Show Desktop Animation</guilabel>, <guilabel>Tools</guilabel>,
+<guilabel>Focus</guilabel>, <guilabel>Peek at Desktop Animation</guilabel>, <guilabel>Tools</guilabel>,
 <guilabel>Virtual Desktop Switching Animation</guilabel>, <guilabel>Window Management</guilabel>,
 and <guilabel>Window Open/Close Animation</guilabel>.</para>
 <para>Use the incremental search bar above the list window to find items in the list.</para>
diff --git a/src/kcms/common/effectsmodel.cpp b/src/kcms/common/effectsmodel.cpp
index b52bb992b9..41ce579b0c 100644
--- a/src/kcms/common/effectsmodel.cpp
+++ b/src/kcms/common/effectsmodel.cpp
@@ -52,7 +52,7 @@ static QString translatedCategory(const QString &category)
         i18nc("Category of Desktop Effects, used as section header", "Accessibility"),
         i18nc("Category of Desktop Effects, used as section header", "Appearance"),
         i18nc("Category of Desktop Effects, used as section header", "Focus"),
-        i18nc("Category of Desktop Effects, used as section header", "Show Desktop Animation"),
+        i18nc("Category of Desktop Effects, used as section header", "Peek at Desktop Animation"),
         i18nc("Category of Desktop Effects, used as section header", "Tools"),
         i18nc("Category of Desktop Effects, used as section header", "Virtual Desktop Switching Animation"),
         i18nc("Category of Desktop Effects, used as section header", "Window Management"),


More information about the kde-doc-english mailing list