diff options
author | Papoteur <papoteur@mageia.org> | 2019-01-03 08:52:53 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-03 08:56:15 +0100 |
commit | 505fc9f15c618bd6a0861d0207040358828c2067 (patch) | |
tree | 21b4873bf60987b18fef56875303231aac62d5ca /qml/mw-ui.qml | |
parent | c00706768052141798d85853a907fd20653b088b (diff) | |
download | mageiawelcome-505fc9f15c618bd6a0861d0207040358828c2067.tar mageiawelcome-505fc9f15c618bd6a0861d0207040358828c2067.tar.gz mageiawelcome-505fc9f15c618bd6a0861d0207040358828c2067.tar.bz2 mageiawelcome-505fc9f15c618bd6a0861d0207040358828c2067.tar.xz mageiawelcome-505fc9f15c618bd6a0861d0207040358828c2067.zip |
Add a string to translate
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r-- | qml/mw-ui.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index c4f3444..7957e06 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -500,7 +500,7 @@ Rectangle { width: view.width horizontalAlignment: TextInput.AlignHCenter font.pixelSize: Qt.application.font.pixelSize * .9 - text: qsTr("Here is a small selection of popular applications - any of which may be installed or launched at this point.")+"<BR />"+"Ensure that you have enabled the <i>Media sources</i>." + text: qsTr("Here is a small selection of popular applications - any of which may be installed or launched at this point.")+"<BR />"+qsTr("Ensure that you have enabled the <i>Media sources</i>.") textFormat: Text.RichText wrapMode: Text.WordWrap } |