summaryrefslogtreecommitdiffstats
path: root/qml/mw-ui.qml
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2018-12-17 20:09:08 +0200
committerYuri Chornoivan <yurchor@ukr.net>2018-12-17 20:09:08 +0200
commit329b7eddc7200535f58efb25134a49a09bd64635 (patch)
tree547673f3cf91a0cf7be8add5c3848c7e890a567c /qml/mw-ui.qml
parent47e62ed177aabc4c15b572897f6e473963149fbb (diff)
downloadmageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.tar
mageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.tar.gz
mageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.tar.bz2
mageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.tar.xz
mageiawelcome-329b7eddc7200535f58efb25134a49a09bd64635.zip
Minor fixes
Diffstat (limited to 'qml/mw-ui.qml')
-rw-r--r--qml/mw-ui.qml2
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
}