diff --git a/src/libsync/caseclashconflictsolver.cpp b/src/libsync/caseclashconflictsolver.cpp index f6f5b94be9154..b93c06d6ba37b 100644 --- a/src/libsync/caseclashconflictsolver.cpp +++ b/src/libsync/caseclashconflictsolver.cpp @@ -75,7 +75,7 @@ void CaseClashConflictSolver::onRemoteDestinationFileAlreadyExists() { _allowedToRename = false; emit allowedToRenameChanged(); - _errorString = tr("Cannot rename file because a file with the same name does already exist on the server. Please pick another name."); + _errorString = tr("Cannot rename file because a file with the same name already exists on the server. Please pick another name."); emit errorStringChanged(); }