aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/settings/SettingsLayout.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/settings/SettingsLayout.qml b/pages/settings/SettingsLayout.qml
index f8d25467..7a294a2d 100644
--- a/pages/settings/SettingsLayout.qml
+++ b/pages/settings/SettingsLayout.qml
@@ -168,7 +168,7 @@ Rectangle {
visible: !persistentSettings.customDecorations
Layout.topMargin: 10 * scaleRatio
small: true
- text: "Change language"
+ text: qsTr("Change language") + translationManager.emptyString
onClicked: {
appWindow.toggleLanguageView();