From: Olivier Goffart Date: Fri, 28 Apr 2017 09:57:02 +0000 (+0200) Subject: Better words for the error message when one cannot create the database. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~758 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bb244d527c82ba33e42c5a60c5b0052bd93cab94;p=nextcloud-desktop.git Better words for the error message when one cannot create the database. Issue #5291 --- diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp index 623734a83..e3197b98e 100644 --- a/src/libsync/syncengine.cpp +++ b/src/libsync/syncengine.cpp @@ -776,7 +776,7 @@ void SyncEngine::startSync() if( fileRecordCount == -1 ) { qDebug() << "No way to create a sync journal!"; - emit csyncError(tr("Unable to initialize a sync journal.")); + emit csyncError(tr("Unable to open or create the local sync database. Make sure you have write access in the sync folder.")); finalize(false); return; // database creation error!