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);
_ui->errorLabel->setText(
tr("Checking rename permissions..."));
tr("Checking rename permissions"));
_ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
_ui->filenameLineEdit->setEnabled(false);

View file

@ -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");