summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-04-13 13:59:30 +0200
committerPapoteur <papoteur@mageia.org>2019-04-13 17:09:49 +0200
commit653231531296b2854199a21a82401ec9a02cd2f1 (patch)
tree0445daeacdddd8f2bc6986c9204faceab93fdcfd
parent89c0211abf69dfffd70083aedfede93d4895fa57 (diff)
downloadmageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.tar
mageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.tar.gz
mageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.tar.bz2
mageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.tar.xz
mageiawelcome-653231531296b2854199a21a82401ec9a02cd2f1.zip
Correction of a link in Updates
-rw-r--r--qml/mw-ui.qml2
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)")
}