From db0719b81d4e676588f8fddeee2d7d0c7bc3fdc9 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 6 Jan 2021 22:28:09 +0100 Subject: Adjust links to Mageia 8, also in translations --- qml/Links.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'qml') diff --git a/qml/Links.qml b/qml/Links.qml index d42d1a5..05b2940 100644 --- a/qml/Links.qml +++ b/qml/Links.qml @@ -41,14 +41,14 @@ Rectangle { 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_8_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_8_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")}, -- cgit v1.2.1