Better words for the error message when one cannot create the database.

Issue #5291
This commit is contained in:
Olivier Goffart 2017-04-28 11:57:02 +02:00 committed by Markus Goetz
parent 7f1d13dfbf
commit bb244d527c

View file

@ -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!