From 2ab004118046d96cda4d1ccf0225749130e5c623 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Mon, 13 Nov 2023 20:10:52 +0100 Subject: [PATCH] [localeq] Repair translation-related typo This would lead to a runtime error when loading the QML. --- src/modules/localeq/localeq.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/localeq/localeq.qml b/src/modules/localeq/localeq.qml index f1806b942..7467f7ddc 100644 --- a/src/modules/localeq/localeq.qml +++ b/src/modules/localeq/localeq.qml @@ -140,7 +140,7 @@ Page { anchors.fill: parent wrapMode: Text.WordWrap text: qsTr("

Languages


- The system locale setting affects the language and character set for some command line user interface elements. The current setting is %1.". "@info").arg(config.currentLanguageCode) + The system locale setting affects the language and character set for some command line user interface elements. The current setting is %1.", "@info").arg(config.currentLanguageCode) font.pointSize: 10 } }