diff options
author | Papoteur <papoteur@mageia.org> | 2019-04-13 13:59:30 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-04-16 13:30:57 +0200 |
commit | b5780f6ad2464b8a385f9e6192c106aef208cd21 (patch) | |
tree | 6d4181783917f484e2480384d7819bed0cc7deb4 /qml | |
parent | 88134d6fae1f4d2557dbfca6ed20ee52b42cddef (diff) | |
download | mageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.tar mageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.tar.gz mageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.tar.bz2 mageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.tar.xz mageiawelcome-b5780f6ad2464b8a385f9e6192c106aef208cd21.zip |
Correction of a link in Updates
Diffstat (limited to '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)") } |