l10n: Remove line break
authorValdnet <47037905+Valdnet@users.noreply.github.com>
Wed, 4 Aug 2021 12:14:01 +0000 (14:14 +0200)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Wed, 25 Aug 2021 09:11:06 +0000 (09:11 +0000)
A line break is unnecessary in this message.

Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
src/gui/updater/ocupdater.cpp

index e469fce833bf02d6234f2eb6b6b4d1362b2f939a..f70641e0a55b1fc585f01020c913728daa5c7c1f 100644 (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,