[localeq] Repair translation-related typo
This would lead to a runtime error when loading the QML.
This commit is contained in:
parent
ab6b7102e0
commit
2ab0041180
@ -140,7 +140,7 @@ Page {
|
||||
anchors.fill: parent
|
||||
wrapMode: Text.WordWrap
|
||||
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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user