diff options
-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)") } |