From 03badea06f2bcfa9ebd6e7033710ac01ffac103f Mon Sep 17 00:00:00 2001 From: Jan Mulder Date: Sat, 24 Jun 2017 22:09:38 +0200 Subject: QML UI: make toast message translatable Restyle construction of toast message and enable translation for it. Further, removed newline characters as they break the lines at non-logical positions. Signed-off-by: Jan Mulder --- mobile-widgets/qml/main.qml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'mobile-widgets') diff --git a/mobile-widgets/qml/main.qml b/mobile-widgets/qml/main.qml index 644d62e17..974ab0413 100644 --- a/mobile-widgets/qml/main.qml +++ b/mobile-widgets/qml/main.qml @@ -193,13 +193,9 @@ Kirigami.ApplicationWindow { onTriggered: { syncToCloud = !syncToCloud if (!syncToCloud) { - var alertText = "Turning off automatic sync to cloud causes all data\n" - alertText +="to only be stored locally.\n" - alertText += "This can be very useful in situations with\n" - alertText += "limited or no network access.\n" - alertText += "Please chose 'Manual sync with cloud' if you have network\n" - alertText += "connectivity and want to sync your data to cloud storage." - showPassiveNotification(alertText, 10000) + showPassiveNotification(qsTr("Turning off automatic sync to cloud causes all data to only be \ +stored locally. This can be very useful in situations with limited or no network access. Please choose 'Manual sync with cloud' \ +if you have network connectivity and want to sync your data to cloud storage."), 10000) } } } -- cgit v1.2.3-70-g09d2