Skip to content
Snippets Groups Projects
Commit 2ab00411 authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

[localeq] Repair translation-related typo

This would lead to a runtime error when loading the QML.
parent ab6b7102
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ Page { ...@@ -140,7 +140,7 @@ Page {
anchors.fill: parent anchors.fill: parent
wrapMode: Text.WordWrap wrapMode: Text.WordWrap
text: qsTr("<h3>Languages</h3> </br> text: qsTr("<h3>Languages</h3> </br>
The system locale setting affects the language and character set for some command line user interface elements. The current setting is <strong>%1</strong>.". "@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 <strong>%1</strong>.", "@info").arg(config.currentLanguageCode)
font.pointSize: 10 font.pointSize: 10
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment