summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-08 12:30:27 +0100
committerPapoteur <papoteur@mageia.org>2018-12-15 15:46:34 +0100
commit8aa8737f8ba5a30125b6799335346bed6f9c2fb9 (patch)
treee012041b3e4cd5ea8fe94900633a28eb2deb9fbe
parentb0e7dc102c5f72d3aaa6fa8bbef634077679152d (diff)
downloadmageiawelcome-8aa8737f8ba5a30125b6799335346bed6f9c2fb9.tar
mageiawelcome-8aa8737f8ba5a30125b6799335346bed6f9c2fb9.tar.gz
mageiawelcome-8aa8737f8ba5a30125b6799335346bed6f9c2fb9.tar.bz2
mageiawelcome-8aa8737f8ba5a30125b6799335346bed6f9c2fb9.tar.xz
mageiawelcome-8aa8737f8ba5a30125b6799335346bed6f9c2fb9.zip
Improve presentation
-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;
}