From: Valdnet <47037905+Valdnet@users.noreply.github.com> Date: Wed, 4 Aug 2021 12:14:01 +0000 (+0200) Subject: l10n: Remove line break X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~18^2~272^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=86cb56757e1eac42f3dfb36f9c5bfd55870704a4;p=nextcloud-desktop.git l10n: Remove line break A line break is unnecessary in this message. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com> --- diff --git a/src/gui/updater/ocupdater.cpp b/src/gui/updater/ocupdater.cpp index e469fce83..f70641e0a 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,