[Pkg-owncloud-commits] [owncloud-client] 307/498: Fix error message for invalid chars in filename #3432
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:01 UTC 2015
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 7edb57e46c1bcec16c55e4b8638a05e199c3cca0
Author: Christian Kamm <kamm at incasoftware.de>
Date: Wed Jul 15 10:38:33 2015 +0200
Fix error message for invalid chars in filename #3432
---
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 a821872..dba2a47 100644
--- a/src/libsync/syncengine.cpp
+++ b/src/libsync/syncengine.cpp
@@ -371,7 +371,7 @@ int SyncEngine::treewalkFile( TREE_WALK_FILE *file, bool remote )
item->_errorString = tr("File is listed on the ignore list.");
break;
case CSYNC_STATUS_INDIVIDUAL_IS_INVALID_CHARS:
- item->_errorString = tr("File contains invalid characters that can not be synced cross platform.");
+ item->_errorString = tr("Filename contains invalid characters that can not be synced cross platform.");
break;
case CSYNC_STATUS_INDIVIDUAL_EXCLUDE_LONG_FILENAME:
item->_errorString = tr("Filename is too long.");
--
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