From 79a2b77e28b81ac2cbd2e24c4c9981f195a9ad91 Mon Sep 17 00:00:00 2001 From: Yuri Chornoivan Date: Sun, 29 Sep 2019 09:44:57 +0300 Subject: [PATCH] More i18n() --- shell/package/contents/configuration/LatteDockConfiguration.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/package/contents/configuration/LatteDockConfiguration.qml b/shell/package/contents/configuration/LatteDockConfiguration.qml index 6d51834ad..3b3591c0e 100644 --- a/shell/package/contents/configuration/LatteDockConfiguration.qml +++ b/shell/package/contents/configuration/LatteDockConfiguration.qml @@ -271,7 +271,7 @@ FocusScope { PlasmaComponents.Label { id: latteTxtMetrics - text: "Latte" + text: i18n("Latte") width: 0 font.pointSize: 2 * theme.defaultFont.pointSize visible: false