File 0001-concat-the-string.patch of Package plasma5-pk-updates.9390
From 932aca4d322b7277d51c2e7ee64323919c89aa24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= <lukas@kde.org>
Date: Wed, 31 May 2017 20:35:10 +0200
Subject: [PATCH] concat the string
otherwise it's not marked for translation :/
---
src/plasma/contents/ui/Full.qml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/plasma/contents/ui/Full.qml b/src/plasma/contents/ui/Full.qml
index 927213f..15c955f 100644
--- a/src/plasma/contents/ui/Full.qml
+++ b/src/plasma/contents/ui/Full.qml
@@ -88,8 +88,7 @@ Item {
if (PkUpdates.isActive)
return PkUpdates.statusMessage
else if (PkUpdates.isNetworkOnline)
- return i18n("Updates are automatically checked %1.<br>" +
- "Click the 'Check For Updates' button below to search for updates manually.",
+ return i18n("Updates are automatically checked %1.<br>Click the 'Check For Updates' button below to search for updates manually.",
updateInterval(plasmoid.configuration.daily,
plasmoid.configuration.weekly,
plasmoid.configuration.monthly));
--
2.14.1