projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f1d13d
)
Better words for the error message when one cannot create the database.
author
Olivier Goffart
<ogoffart@woboq.com>
Fri, 28 Apr 2017 09:57:02 +0000
(11:57 +0200)
committer
Markus Goetz
<markus@woboq.com>
Wed, 3 May 2017 15:53:46 +0000
(17:53 +0200)
Issue #5291
src/libsync/syncengine.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/syncengine.cpp
b/src/libsync/syncengine.cpp
index 623734a83539e298bd7bc6b0d3e84791d103ae67..e3197b98eed74310450d2e0f4357985589d8ff1b 100644
(file)
--- 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!