diff options
-rw-r--r-- | qml/mw-ui.qml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index d3ae0ea..d1b0c6a 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -444,8 +444,7 @@ It is highly recommended that you update your system regularly. An Update icon w Label {anchors {verticalCenter: parent.verticalCenter; } leftPadding: 15 text: qsTr("Here is a small selection of popular applications - any of which may be installed at this point.")+"<BR />"+ - "You can install the application or launch it when already installed." + "<BR/>" + - "Ensure that you have enabled the <i>Media sources</i>" + "You can install an application or launch it if already installed. Ensure that you have enabled the <i>Media sources</i>." textFormat: Text.RichText } } |