Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37839198
en ru br
ALT Linux repos
S:5.27.8-alt1

Group :: Graphical desktop/KDE
RPM: plasma5-desktop

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-i18n.patch
Download


--- a/kcms/touchpad/kcm/libinput/touchpad.qml
+++ b/kcms/touchpad/kcm/libinput/touchpad.qml
@@ -98,7 +98,7 @@ Kirigami.ScrollablePage {
     }
 
     Kirigami.PlaceholderMessage {
-        text: i18n("No touchpad found")
+        text: i18nd("kcm_touchpad", "No touchpad found")
         anchors.centerIn: parent
         visible: touchpadCount === 0
         width: parent.width - (Kirigami.Units.largeSpacing * 4)
--- a/kcms/touchpad/applet/qml/contents/ui/touchpad.qml
+++ b/kcms/touchpad/applet/qml/contents/ui/touchpad.qml
@@ -42,11 +42,11 @@ Item {
 
     Plasmoid.toolTipSubText: {
         if (!hasTouchpad) {
-            return i18n("No touchpad was found");
+            return i18nd("kcm_touchpad", "No touchpad was found");
         } else if (touchpadEnabled) {
-            return i18n("Touchpad is enabled");
+            return i18nd("kcm_touchpad", "Touchpad is enabled");
         } else {
-            return i18n("Touchpad is disabled");
+            return i18nd("kcm_touchpad", "Touchpad is disabled");
         }
     }
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin