mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 20:28:57 +03:00
Merge pull request #4551 from nextcloud/Valdnet-patch-2
Change three dots to an ellipsis and add a space
This commit is contained in:
commit
a8997f4d44
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue