summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-08 12:30:27 +0100
committerPapoteur <papoteur@mageia.org>2018-12-17 10:19:29 +0100
commitf572c52bb8438a343759546e7ea109642a67fadd (patch)
treea64a4e93a58baefa88d4e038d8e2fc690a1ea7c0 /qml
parent8c368db884f47c9c6b83c3a1b6ca14532c7c70d8 (diff)
downloadmageiawelcome-f572c52bb8438a343759546e7ea109642a67fadd.tar
mageiawelcome-f572c52bb8438a343759546e7ea109642a67fadd.tar.gz
mageiawelcome-f572c52bb8438a343759546e7ea109642a67fadd.tar.bz2
mageiawelcome-f572c52bb8438a343759546e7ea109642a67fadd.tar.xz
mageiawelcome-f572c52bb8438a343759546e7ea109642a67fadd.zip
Improve presentation
Diffstat (limited to 'qml')
-rw-r--r--qml/mw-ui.qml24
1 files changed, 12 insertions, 12 deletions
diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml
index e00c5f7..b7afece 100644
--- a/qml/mw-ui.qml
+++ b/qml/mw-ui.qml
@@ -190,14 +190,14 @@ It is highly recommended that you update your system regularly. An Update icon w
onClicked:{ launch.command(["drakrpm-update",])}
style: ButtonStyle {
label: Label {
- text: qsTr("Check system update");
+ text: qsTr("Check system updates")+" *";
width: parent.width
wrapMode: Text.WordWrap
}
}
}
Label {
- text: qsTr("User password is needed")
+ text: qsTr("(*) User password is needed")
wrapMode: Text.WordWrap
}
@@ -217,14 +217,14 @@ It is highly recommended that you update your system regularly. An Update icon w
width: view.width * 0.6
wrapMode: Text.WordWrap
}
- Label {text: qsTr("Software Management"); width: view.width/2; wrapMode: Text.WordWrap}
- Label {text: qsTr("Hardware"); width: view.width/2; wrapMode: Text.WordWrap}
- Label {text: qsTr("Network and Internet"); width: view.width/2; wrapMode: Text.WordWrap}
- Label {text: qsTr("System"); width: view.width/2; wrapMode: Text.WordWrap}
- Label {text: qsTr("Network Sharing"); width: view.width/2; wrapMode: Text.WordWrap}
- Label {text: qsTr("Local Disks"); width: view.width/2; wrapMode: Text.WordWrap}
- Label {text: qsTr("Security"); width: view.width/2; wrapMode: Text.WordWrap}
- Label {text: qsTr("Boot"); width: view.width/2; wrapMode: Text.WordWrap}
+ Label {text: "<ul><li>"+qsTr("Software Management")+"</li><li>"
+ + qsTr("Hardware")+"</li><li>"
+ + qsTr("Network and Internet")+"</li><li>"
+ + qsTr("System")+"</li><li>"
+ + qsTr("Network Sharing")+"</li><li>"
+ + qsTr("Local Disks")+"</li><li>"
+ + qsTr("Security")+"</li><li>"
+ + qsTr("Boot")+"</li></ul>"; width: view.width/2; wrapMode: Text.WordWrap;textFormat: Text.RichText}
}
Column {
anchors.right: parent.right
@@ -235,7 +235,7 @@ It is highly recommended that you update your system regularly. An Update icon w
onClicked: { launch.command(["drakconf"])}
style: ButtonStyle {
label: Label {
- text: qsTr("Mageia Control Center");
+ text: qsTr("Mageia Control Center")+" *";
wrapMode: Text.WordWrap
}
}
@@ -251,7 +251,7 @@ It is highly recommended that you update your system regularly. An Update icon w
}
}
Label {
- text: qsTr("Administrator password is needed")
+ text: qsTr("(*) Administrator password is needed")
wrapMode: Text.WordWrap
width: view.width * .3;
}