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:
parent
e1b9d7ecdb
commit
49e1b12eb1
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user