summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-04-26 10:07:29 +0200
committerPapoteur <papoteur@mageia.org>2019-04-26 10:07:29 +0200
commit32fc196908d71fa8209e72d681a2efcaaf2effc9 (patch)
tree507fc1d3448dde3c4f1aecee1c3c91e69761acb8 /qml
parent6f85cbc8b757c6e4cbd78854c2c34e66cd21e760 (diff)
downloadmageiawelcome-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.py2
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)},