mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 12:19:03 +03:00
Merge pull request #5430 from nextcloud/rakekniven-patch-2
l10n: Fixed grammar
This commit is contained in:
commit
be0bd5e332
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ void CaseClashConflictSolver::onRemoteDestinationFileAlreadyExists()
|
||||||
{
|
{
|
||||||
_allowedToRename = false;
|
_allowedToRename = false;
|
||||||
emit allowedToRenameChanged();
|
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();
|
emit errorStringChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue