mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
ProgressDispatcher: Improve wording about conflicts.
This commit is contained in:
parent
efb0faa14e
commit
252aea25da
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue