D23783: [kcm] Fix i18n output file name and split texts

Pino Toscano noreply at phabricator.kde.org
Sun Sep 8 10:03:43 BST 2019


pino added a comment.


  In D23783#527600 <https://phabricator.kde.org/D23783#527600>, @romangg wrote:
  
  >   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.
  
  
  Pick your choice: this, or single-line messages.  Either of them is **way** better than the currently committed hack.

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/9ea41018/attachment.html>


More information about the Plasma-devel mailing list