summaryrefslogtreecommitdiffstats
path: root/startupscreen/TextButton.qml
diff options
context:
space:
mode:
authorSamuli Piippo <samuli.piippo@qt.io>2020-11-23 16:54:49 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2020-11-23 15:36:10 +0000
commit5082f61cfda5528a1a59714b6c29f67b7c5064e1 (patch)
tree2c7193485648a9d2d3e241e8c2b59ab5bea989c2 /startupscreen/TextButton.qml
parentbf3fd762eda0d72845fd0a828c54e558f6a7e92a (diff)
startupscreen: use translation macro for UI texts
Mark all UI texts for translations, but leave the actual translation for later date. Task-number: QTBUG-88021 Change-Id: I0ffbe3a96de22acf87e2b3c3e3941d03bc5b861c Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
Diffstat (limited to 'startupscreen/TextButton.qml')
-rw-r--r--startupscreen/TextButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/startupscreen/TextButton.qml b/startupscreen/TextButton.qml
index 1eb8303..f897942 100644
--- a/startupscreen/TextButton.qml
+++ b/startupscreen/TextButton.qml
@@ -71,7 +71,7 @@ Rectangle {
Text {
id: buttonLabel
color: "white"
- text: "Learn more..."
+ text: qsTr("Learn more...")
horizontalAlignment: Text.AlignHCenter
font.bold: true
anchors.centerIn: parent