mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
i18n: Change three dots to an ellipsis
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
9a76e015ed
commit
83415062ba
@ -93,7 +93,7 @@ InvalidFilenameDialog::InvalidFilenameDialog(AccountPtr account, Folder *folder,
|
||||
connect(_ui->buttonBox, &QDialogButtonBox::rejected, this, &QDialog::reject);
|
||||
|
||||
_ui->errorLabel->setText(
|
||||
tr("Checking rename permissions..."));
|
||||
tr("Checking rename permissions …"));
|
||||
_ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
|
||||
_ui->filenameLineEdit->setEnabled(false);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user