1
0
mirror of https://github.com/chylex/Nextcloud-Desktop.git synced 2025-04-13 13:15:43 +02:00

Fixed grammar

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2021-09-24 14:21:35 +02:00 committed by Matthieu Gallien (Rebase PR Action)
parent e1b9d7ecdb
commit 49e1b12eb1

View 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);
}