From 09a0fa790801757af29803c320dd1df057471ec4 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sat, 11 Feb 2023 22:13:51 +0100 Subject: [PATCH] l10n: Fixed grammar Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/libsync/caseclashconflictsolver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/caseclashconflictsolver.cpp b/src/libsync/caseclashconflictsolver.cpp index f6f5b94be..b93c06d6b 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(); }