diff options
author | Papoteur <papoteur@mageia.org> | 2019-03-26 13:33:33 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-03-26 14:23:39 +0100 |
commit | 068daa2d820f4344c695c37118d2f7eddd4661ce (patch) | |
tree | 435f52a705fb92571866f308af48188121b87109 | |
parent | 406312b33d6737ba840794510eca6d0eafbc40ab (diff) | |
download | mageiawelcome-068daa2d820f4344c695c37118d2f7eddd4661ce.tar mageiawelcome-068daa2d820f4344c695c37118d2f7eddd4661ce.tar.gz mageiawelcome-068daa2d820f4344c695c37118d2f7eddd4661ce.tar.bz2 mageiawelcome-068daa2d820f4344c695c37118d2f7eddd4661ce.tar.xz mageiawelcome-068daa2d820f4344c695c37118d2f7eddd4661ce.zip |
new text for backports repository explanation
-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 8ee195e..dcefa43 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -246,7 +246,7 @@ Rectangle { } } Label { - text: qsTr("- includes software published after a Mageia release, or another version of software already present and not replaced."); + text: qsTr("- include new versions of packages, and new packages, that do not meet the updates policy."); wrapMode: Text.WordWrap Layout.maximumWidth: slideshow.width -110 color: "white" |