Merge pull request #4551 from nextcloud/Valdnet-patch-2

Change three dots to an ellipsis and add a space
This commit is contained in:
Valdnet 2022-05-17 11:52:35 +02:00 committed by GitHub
commit a8997f4d44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -93,7 +93,7 @@ InvalidFilenameDialog::InvalidFilenameDialog(AccountPtr account, Folder *folder,
connect(_ui->buttonBox, &QDialogButtonBox::rejected, this, &QDialog::reject); connect(_ui->buttonBox, &QDialogButtonBox::rejected, this, &QDialog::reject);
_ui->errorLabel->setText( _ui->errorLabel->setText(
tr("Checking rename permissions...")); tr("Checking rename permissions"));
_ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false); _ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
_ui->filenameLineEdit->setEnabled(false); _ui->filenameLineEdit->setEnabled(false);