Fixed grammar
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Fri, 24 Sep 2021 12:21:35 +0000 (14:21 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Mon, 27 Sep 2021 07:25:08 +0000 (07:25 +0000)
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/gui/invalidfilenamedialog.cpp

index 64e0e8f5b589b7ec6617649ba9cdd1e4fe95854c..1795f0b05f36739e58777ce226df60f81d8e0beb 100644 (file)
@@ -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);
 }