aboutsummaryrefslogtreecommitdiffstats
path: root/Main.qml
diff options
context:
space:
mode:
authorBramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>2018-05-14 15:44:51 +0200
committerAlexandra Betouni <ABetouni@luxoft.com>2018-05-14 15:35:26 +0000
commit53ce8172853ded6788e9ecf0e07ccbb5b40cdabb (patch)
treef40d63a637c76ff3fee3623cdbfa8537d791af88 /Main.qml
parentea542b81efdd925d3781f012625e0f37d9655c7b (diff)
[screenshot] Update notification message
- update notification message about screenshot and diagnostic output Change-Id: I90511dc72bb6837ab3c17ff0e7e772b570ddd19c Reviewed-by: Lukáš Tinkl <ltinkl@luxoft.com> Reviewed-by: Alexandra Betouni <ABetouni@luxoft.com>
Diffstat (limited to 'Main.qml')
-rw-r--r--Main.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Main.qml b/Main.qml
index e32e6a1d..b504aab7 100644
--- a/Main.qml
+++ b/Main.qml
@@ -272,8 +272,8 @@ Window {
const diagFile = tempDir + "/" + timestamp + "_neptune3_versions.txt";
saveFile(diagFile, sysinfo.qtDiag);
- notificationInterface.summary = qsTr("Information saved");
- notificationInterface.body = qsTr("Screenshot and diagnostics info saved to %1").arg(tempDir);
+ notificationInterface.summary = qsTr("UI screenshot has been taken successfully");
+ notificationInterface.body = qsTr("UI screenshot and diagnostics information are stored in %1").arg(tempDir);
notificationInterface.show();
}