Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrakekniven <2069590+rakekniven@users.noreply.github.com>2021-09-24 15:21:35 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-09-27 10:25:08 +0300
commit49e1b12eb117a0007b602a2682a5763436f2dcb3 (patch)
treee1d53208f089c55c1cfc2a4c7adf4d3006681fd3 /src/gui/invalidfilenamedialog.cpp
parente1b9d7ecdb6c34d5300d68f78f388be113cadf43 (diff)
Fixed grammar
Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
Diffstat (limited to 'src/gui/invalidfilenamedialog.cpp')
-rw-r--r--src/gui/invalidfilenamedialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/invalidfilenamedialog.cpp b/src/gui/invalidfilenamedialog.cpp
index 64e0e8f5b..1795f0b05 100644
--- a/src/gui/invalidfilenamedialog.cpp
+++ b/src/gui/invalidfilenamedialog.cpp
@@ -152,7 +152,7 @@ void InvalidFilenameDialog::onRemoteFileAlreadyExists(const QVariantMap &values)
{
Q_UNUSED(values);
- _ui->errorLabel->setText(tr("Can not rename file because file with the same name does already exist on the server. Please pick another name."));
+ _ui->errorLabel->setText(tr("Cannot rename file because a file with the same name does already exist on the server. Please pick another name."));
_ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
}