ProgressDispatcher: Improve wording about conflicts.

This commit is contained in:
Klaas Freitag 2016-04-05 16:38:18 +02:00
parent efb0faa14e
commit 252aea25da

View file

@ -34,7 +34,7 @@ QString Progress::asResultString( const SyncFileItem& item)
return QCoreApplication::translate( "progress", "Uploaded");
}
case CSYNC_INSTRUCTION_CONFLICT:
return QCoreApplication::translate( "progress", "Server version downloaded, renamed conflicting local file");
return QCoreApplication::translate( "progress", "Server version downloaded, copied changed local file into conflict file");
case CSYNC_INSTRUCTION_REMOVE:
return QCoreApplication::translate( "progress", "Deleted");
case CSYNC_INSTRUCTION_EVAL_RENAME: