[system/kup] kcm: kcm: fix markup error in a message
Nate Graham <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 1f6355779cc2626f7295b7be4e28b09e0efa63b9 by Nate Graham, on behalf of Bharadwaj Raju.
Committed on 03/08/2026 at 20:09.
Pushed by ngraham into branch 'master'.
kcm: fix markup error in a message
M +1 -1 kcm/backupplanwidget.cpp
https://invent.kde.org/system/kup/-/commit/1f6355779cc2626f7295b7be4e28b09e0efa63b9
diff --git a/kcm/backupplanwidget.cpp b/kcm/backupplanwidget.cpp
index ab648a6..2c0f5e8 100644
--- a/kcm/backupplanwidget.cpp
+++ b/kcm/backupplanwidget.cpp
@@ -522,7 +522,7 @@ KPageWidgetItem *BackupPlanWidget::createTypePage(const QString &pBupVersion, co
QString lVersionedInfo = xi18nc("@info",
"Back up multiple versions over time of the files in the source folders. "
"This allows older versions of files or deleted files to be recovered."
- "<nl/></nl/>"
+ "<nl/><nl/>"
"The backup archive will grow in size over time, and can only be accessed "
"using the recovery tools provided by this program.");
auto lVersionedInfoLabel = new QLabel(lVersionedInfo);