Skip to content

Commit

Permalink
l10n: Fixed grammar
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <[email protected]>

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored and claucambra committed Feb 15, 2023
1 parent b2ce28d commit 09a0fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/caseclashconflictsolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit 09a0fa7

Please sign in to comment.