Merge pull request #5430 from nextcloud/rakekniven-patch-2

l10n: Fixed grammar
This commit is contained in:
allexzander 2023-02-15 22:35:58 +01:00 committed by GitHub
commit be0bd5e332
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();
}