summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-04-13 13:59:30 +0200
committerPapoteur <papoteur@mageia.org>2019-04-16 13:30:57 +0200
commitb5780f6ad2464b8a385f9e6192c106aef208cd21 (patch)
tree6d4181783917f484e2480384d7819bed0cc7deb4
parent88134d6fae1f4d2557dbfca6ed20ee52b42cddef (diff)
downloadmageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.tar
mageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.tar.gz
mageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.tar.bz2
mageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.tar.xz
mageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.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)")
}