Merge pull request #3627 from nextcloud/Valdnet-patch-1

l10n: Remove line break
This commit is contained in:
Valdnet 2021-08-25 11:48:08 +02:00 committed by GitHub
commit 99c022cb00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,7 +106,7 @@ bool OCUpdater::performUpdate()
&& !updateSucceeded() /* Someone might have run the updater manually between restarts */) {
const auto messageBoxStartInstaller = new QMessageBox(QMessageBox::Information,
tr("New %1 update ready").arg(Theme::instance()->appNameGUI()),
tr("A new update for %1 is about to be installed. The updater may ask\n"
tr("A new update for %1 is about to be installed. The updater may ask "
"for additional privileges during the process.")
.arg(Theme::instance()->appNameGUI()),
QMessageBox::Ok,