[Pkg-owncloud-commits] [owncloud-client] 53/470: SyncEngine: Improve error message for ignored files/folders #4143
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu May 12 16:24:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 5d7aa792e7bd1d71ed518ccbfe233c8e4845ad2a
Author: Markus Goetz <markus at woboq.com>
Date: Mon Feb 22 11:13:29 2016 +0100
SyncEngine: Improve error message for ignored files/folders #4143
---
src/libsync/syncengine.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/libsync/syncengine.cpp b/src/libsync/syncengine.cpp
index 1d10fe2..ac3b3ea 100644
--- 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!
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list