diff --git a/src/mirall/csyncthread.cpp b/src/mirall/csyncthread.cpp index 99ca1d045..91c2026a2 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 ); } }