diff options
author | Papoteur <papoteur@mageia.org> | 2019-04-26 10:13:00 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-04-26 10:15:39 +0200 |
commit | 2a5dc5c8af49fbc425702e2e12c02d2ffee88830 (patch) | |
tree | e6c8edcef6ceb89898a98a1485a3a41d6fdab6df /qml | |
parent | 164ee06e7a9af58337105d3b8eef2e1edde78438 (diff) | |
download | mageiawelcome-2a5dc5c8af49fbc425702e2e12c02d2ffee88830.tar mageiawelcome-2a5dc5c8af49fbc425702e2e12c02d2ffee88830.tar.gz mageiawelcome-2a5dc5c8af49fbc425702e2e12c02d2ffee88830.tar.bz2 mageiawelcome-2a5dc5c8af49fbc425702e2e12c02d2ffee88830.tar.xz mageiawelcome-2a5dc5c8af49fbc425702e2e12c02d2ffee88830.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 8986333..83193d9 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)}, |