diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | qml/mw-ui.qml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ PACKAGE = mageiawelcome -VERSION = 1.96 +VERSION = 1.96mga6 GITPATH = git://git.mageia.org/software/mageiawelcome TEXT_FILES = Makefile diff --git a/qml/mw-ui.qml b/qml/mw-ui.qml index ed1623f..40fa2e4 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -807,14 +807,14 @@ This is a background process and you will be able to use your computer normally Repeater{ model: [{'name': qsTr("Release notes"), 'url': //: Translate only if the link is to a specific page for your language - qsTr("https://wiki.mageia.org/en/Mageia_7_Release_Notes")}, + qsTr("https://wiki.mageia.org/en/Mageia_6_Release_Notes")}, {'name': qsTr("Forums"),'url': //: Translate only if the link is to a specific page for your language qsTr("https://forums.mageia.org/en/")}, {'name': qsTr("Community Center"),'url': "https://www.mageia.org/community/"}, {'name': qsTr("Errata"), 'url': //: Translate only if the link is to a specific page for your language - qsTr("https://wiki.mageia.org/en/Mageia_7_Errata")}, + qsTr("https://wiki.mageia.org/en/Mageia_6_Errata")}, {'name': qsTr("Wiki"), 'url': //: Translate only if the link is to a specific page for your language qsTr("https://wiki.mageia.org/en/Documentation")}, |