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 } }