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:
28b694b
)
SyncEngine: Improve error message for ignored files/folders #4143
author
Markus Goetz
<markus@woboq.com>
Mon, 22 Feb 2016 10:13:29 +0000
(11:13 +0100)
committer
Markus Goetz
<markus@woboq.com>
Mon, 22 Feb 2016 10:13:29 +0000
(11:13 +0100)
src/libsync/syncengine.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/syncengine.cpp
b/src/libsync/syncengine.cpp
index 1d10fe28369a466c0b4d86966f590789d4653932..ac3b3ea086e57f2449c5c6601ec528c493ebbc7e 100644
(file)
--- a/
src/libsync/syncengine.cpp
+++ b/
src/libsync/syncengine.cpp
@@
-410,7
+410,7
@@
int SyncEngine::treewalkFile( TREE_WALK_FILE *file, bool remote )
item->_errorString = tr("Filename is too long.");
break;
case CSYNC_STATUS_INDIVIDUAL_EXCLUDE_HIDDEN:
- item->_errorString = tr("File is ignored because it's hidden.");
+ item->_errorString = tr("File
/Folder
is ignored because it's hidden.");
break;
case CYSNC_STATUS_FILE_LOCKED_OR_OPEN:
item->_errorString = QLatin1String("File locked"); // don't translate, internal use!