From 86cb56757e1eac42f3dfb36f9c5bfd55870704a4 Mon Sep 17 00:00:00 2001 From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 4 Aug 2021 14:14:01 +0200 Subject: [PATCH] l10n: Remove line break A line break is unnecessary in this message. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- src/gui/updater/ocupdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/updater/ocupdater.cpp b/src/gui/updater/ocupdater.cpp index e469fce833..f70641e0a5 100644 --- a/src/gui/updater/ocupdater.cpp +++ b/src/gui/updater/ocupdater.cpp @@ -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,