summaryrefslogtreecommitdiffstats
path: root/startupscreen/RebootDialog.qml
diff options
context:
space:
mode:
Diffstat (limited to 'startupscreen/RebootDialog.qml')
-rw-r--r--startupscreen/RebootDialog.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/startupscreen/RebootDialog.qml b/startupscreen/RebootDialog.qml
index 12ba5bd..3a9e8a7 100644
--- a/startupscreen/RebootDialog.qml
+++ b/startupscreen/RebootDialog.qml
@@ -61,7 +61,7 @@ Dialog {
focus: true
modal: true
- title: "Reboot Device"
+ title: qsTr("Reboot Device")
standardButtons: Dialog.Ok | Dialog.Cancel
ColumnLayout {
@@ -69,7 +69,7 @@ Dialog {
anchors.fill: parent
Label {
elide: Label.ElideRight
- text: "The settings change requires device to be rebooted."
+ text: qsTr("The settings change requires device to be rebooted.")
Layout.fillWidth: true
wrapMode: Label.Wrap
}