mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 06:55:59 +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);
|
||||
|
||||
_ui->errorLabel->setText(
|
||||
tr("Checking rename permissions..."));
|
||||
tr("Checking rename permissions …"));
|
||||
_ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
|
||||
_ui->filenameLineEdit->setEnabled(false);
|
||||
|
||||
|
|
|
@ -485,7 +485,7 @@ void ActivityListModel::insertOrRemoveDummyFetchingActivity()
|
|||
a._accName = _accountState->account()->displayName();
|
||||
a._id = -2;
|
||||
a._objectType = dummyFetchingActivityObjectType;
|
||||
a._subject = tr("Fetching activities…");
|
||||
a._subject = tr("Fetching activities …");
|
||||
a._dateTime = QDateTime::currentDateTime();
|
||||
a._icon = QLatin1String("qrc:///client/theme/colored/change-bordered.svg");
|
||||
|
||||
|
|
Loading…
Reference in a new issue