From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Fri, 24 Sep 2021 12:21:35 +0000 (+0200) Subject: Fixed grammar X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~18^2~206^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=49e1b12eb117a0007b602a2682a5763436f2dcb3;p=nextcloud-desktop.git Fixed grammar Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- 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); }