Fixed wording, do not expose the term blacklist to users.

This commit is contained in:
Klaas Freitag 2013-12-03 14:01:51 +01:00
parent f521301c51
commit 09d4fa2127

View file

@ -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 );
}
}