diff options
author | Papoteur <papoteur@mageia.org> | 2019-04-13 13:59:30 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-04-13 17:09:49 +0200 |
commit | 653231531296b2854199a21a82401ec9a02cd2f1 (patch) | |
tree | 0445daeacdddd8f2bc6986c9204faceab93fdcfd /qml/mw-ui.qml | |
parent | 89c0211abf69dfffd70083aedfede93d4895fa57 (diff) | |
download | mageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.tar mageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.tar.gz mageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.tar.bz2 mageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.tar.xz mageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.zip |
Correction of a link in Updates
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 5096be4..ed1623f 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -335,7 +335,7 @@ This is a background process and you will be able to use your computer normally anchors.horizontalCenter: parent.horizontalCenter objectName: "link" //: (en) indicates that the content of the link is in English - onMbuttonClicked: { link.weblink(["drakrpm-update",])} + onMbuttonClicked: { link.weblink("https://advisories.mageia.org/")} buttonText: qsTr("Advisories of updates (en)") } |