D23783: [kcm] Fix i18n output file name and split texts
Roman Gilg
noreply at phabricator.kde.org
Sun Sep 8 10:01:45 BST 2019
romangg added a comment.
diff --git a/kcm/package/contents/ui/main.qml b/kcm/package/contents/ui/main.qml
index 2e61aa5..191daf3 100644
--- a/kcm/package/contents/ui/main.qml
+++ b/kcm/package/contents/ui/main.qml
@@ -41,8 +41,8 @@ KCM.SimpleKCM {
Layout.fillWidth: true
type: Kirigami.MessageType.Warning
- text: i18n("Are you sure you want to disable all outputs? ") +
- i18n("This might render the device unusable.")
+ text: i18n("Are you sure you want to disable all outputs? \
+This might render the device unusable.")
showCloseButton: true
actions: [
This also works, but it's ugly because the second line has not the right indent.
REPOSITORY
R104 KScreen
REVISION DETAIL
https://phabricator.kde.org/D23783
To: romangg, #plasma, victorr, yurchor
Cc: pino, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, Pitel, ZrenBot, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190908/2d1d9222/attachment-0001.html>
More information about the Plasma-devel
mailing list