diff options
Diffstat (limited to 'mobile-widgets/qmlmanager.cpp')
-rw-r--r-- | mobile-widgets/qmlmanager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile-widgets/qmlmanager.cpp b/mobile-widgets/qmlmanager.cpp index 983f192be..ac1bf82d6 100644 --- a/mobile-widgets/qmlmanager.cpp +++ b/mobile-widgets/qmlmanager.cpp @@ -1349,6 +1349,7 @@ void QMLManager::saveChangesCloud(bool forceRemoteSync) return; if (!m_loadFromCloud) { + setNotificationText(tr("Fatal error: cannot save data file. Please copy log file and report.")); appendTextToLog("Don't save dives without loading from the cloud, first."); return; } |