diff options
author | Papoteur <papoteur@mageia.org> | 2019-04-26 10:07:29 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-04-26 10:07:29 +0200 |
commit | 32fc196908d71fa8209e72d681a2efcaaf2effc9 (patch) | |
tree | 507fc1d3448dde3c4f1aecee1c3c91e69761acb8 /qml | |
parent | 6f85cbc8b757c6e4cbd78854c2c34e66cd21e760 (diff) | |
download | mageiawelcome-32fc196908d71fa8209e72d681a2efcaaf2effc9.tar mageiawelcome-32fc196908d71fa8209e72d681a2efcaaf2effc9.tar.gz mageiawelcome-32fc196908d71fa8209e72d681a2efcaaf2effc9.tar.bz2 mageiawelcome-32fc196908d71fa8209e72d681a2efcaaf2effc9.tar.xz mageiawelcome-32fc196908d71fa8209e72d681a2efcaaf2effc9.zip |
Correction of a string
Update pot file
Diffstat (limited to 'qml')
-rw-r--r-- | qml/mageiawelcome.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/mageiawelcome.py b/qml/mageiawelcome.py index a76d8aa..6ae6caa 100644 --- a/qml/mageiawelcome.py +++ b/qml/mageiawelcome.py @@ -65,7 +65,7 @@ class ConfList(QAbstractListModel): netconfs += ", " + conf.name() self.configuration = [ - {'name': translate('ConfList',"<b>Congratulations!</b><BR />You have are now running {}").format(release)}, + {'name': translate('ConfList',"<b>Congratulations!</b><BR />You are now running {}").format(release)}, {'name': translate('ConfList',"You are using linux kernel: {}").format(kernel)}, {'name': translate('ConfList',"Your system architecture is: {}").format(arch)}, {'name': translate('ConfList',"You are now using the Desktop: {}").format(desktop)}, |