diff options
Diffstat (limited to 'qml/mw-ui.qml')
-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 4368d48..731f5a0 100644 --- a/qml/mw-ui.qml +++ b/qml/mw-ui.qml @@ -168,7 +168,7 @@ Rectangle { text: qsTr("backports"); } } Label { - text: qsTr("- includes sofware published after a Mageia release, or another version of sofware already present and not replaced."); + text: qsTr("- includes software published after a Mageia release, or another version of software already present and not replaced."); wrapMode: Text.WordWrap Layout.maximumWidth: slideshow.width * .6 } |