summaryrefslogtreecommitdiffstats
path: root/startupscreen/TextButton.qml
diff options
context:
space:
mode:
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