From 2a5dc5c8af49fbc425702e2e12c02d2ffee88830 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Fri, 26 Apr 2019 10:13:00 +0200 Subject: Correction of a string Update pot file --- qml/mageiawelcome.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qml') 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',"Congratulations!
You have are now running {}").format(release)}, + {'name': translate('ConfList',"Congratulations!
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)}, -- cgit v1.2.1