Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValdnet <47037905+Valdnet@users.noreply.github.com>2021-08-04 15:14:01 +0300
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>2021-08-25 12:11:06 +0300
commit86cb56757e1eac42f3dfb36f9c5bfd55870704a4 (patch)
tree50123e2dad7980f0dafe389774921e2857f3ef54 /src/gui/updater
parent89cb1f437ca5bfb83e99e22cd267455381139552 (diff)
l10n: Remove line break
A line break is unnecessary in this message. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'src/gui/updater')
-rw-r--r--src/gui/updater/ocupdater.cpp2
1 files changed, 1 insertions, 1 deletions
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,