From b9612ca0b710e9f3ee9a8e20b0496bebc5fa1ab7 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Sat, 24 Dec 2022 18:21:13 -0700 Subject: [PATCH] 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 --- doc/kwineffects/index.docbook | 2 +- src/kcms/common/effectsmodel.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. The main part of this page is a list of all available effects grouped by Accessibility, Appearance, -Focus, Show Desktop Animation, Tools, +Focus, Peek at Desktop Animation, Tools, Virtual Desktop Switching Animation, Window Management, and Window Open/Close Animation. Use the incremental search bar above the list window to find items in the list. 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"),