[Pkg-owncloud-commits] [owncloud-client] 13/26: Fixed wording, do not expose the term blacklist to users.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Mon Dec 9 00:01:58 UTC 2013
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 09d4fa21275ef1ce3d046b02d18978048991ebdb
Author: Klaas Freitag <freitag at owncloud.com>
Date: Tue Dec 3 14:01:51 2013 +0100
Fixed wording, do not expose the term blacklist to users.
---
src/mirall/csyncthread.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mirall/csyncthread.cpp b/src/mirall/csyncthread.cpp
index 99ca1d0..91c2026 100644
--- a/src/mirall/csyncthread.cpp
+++ b/src/mirall/csyncthread.cpp
@@ -235,7 +235,7 @@ bool CSyncThread::checkBlacklisting( SyncFileItem *item )
if( re ) {
qDebug() << "Item is on blacklist: " << entry._file << "retries:" << entry._retryCount;
item->_instruction = CSYNC_INSTRUCTION_IGNORE;
- item->_errorString = tr("The item is not synced because it is on the blacklist.");
+ item->_errorString = tr("The item is not synced because of previous errors.");
slotProgress( Progress::SoftError, *item );
}
}
--
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