show restart notification after db update
authorFlorian Schweikert <kelvan@logic.at>
Thu, 19 Jan 2012 20:56:38 +0000 (21:56 +0100)
committerFlorian Schweikert <kelvan@logic.at>
Thu, 19 Jan 2012 20:56:38 +0000 (21:56 +0100)
qml/Settings.qml

index 09852df..6bf0d49 100644 (file)
@@ -96,7 +96,7 @@ Page {
                         if (updateAvailable) {
                             var updated = config.updateStations();
                             if (updated !== '') {
-                                updateDialog.text = "Stations updated"
+                                updateDialog.text = "Stations updated\nPlease restart app"
                                 txtLastUpdate.text = updated
                             } else {
                                 updateDialog.text = "[UpdateError]:\nTry again later or send me an email:\n<gotovienna@logic.at>"