mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge pull request #3627 from nextcloud/Valdnet-patch-1
l10n: Remove line break
This commit is contained in:
commit
99c022cb00
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user