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 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" |