From f2b8ab8372e3465a1af70831c82199cd7379a6db Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 15 Dec 2018 13:02:57 +0100 Subject: Modify presentation and some texts --- qml/mageiawelcome.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'qml/mageiawelcome.py') diff --git a/qml/mageiawelcome.py b/qml/mageiawelcome.py index 0303a1c..1f366d3 100644 --- a/qml/mageiawelcome.py +++ b/qml/mageiawelcome.py @@ -44,11 +44,11 @@ class ConfList(QAbstractListModel): desktop = os.getenv("XDG_CURRENT_DESKTOP") self.configuration = [ - {'name': self.tr("Congratulations! You have completed the installation of {}").format(release)}, + {'name': self.tr("Congratulations!
You have completed the installation of {}").format(release)}, {'name': self.tr("You are using linux kernel: {}").format(kernel)}, {'name': self.tr("Your system architecture is: {}").format(arch)}, {'name': self.tr("You are now using the Desktop: {}").format(desktop)}, - {'name': self.tr("Your user's id is: {}").format(os.getuid())}, + {'name': self.tr("Your user id is: {}").format(os.getuid())}, ] def data(self, index, role=Qt.DisplayRole): @@ -88,7 +88,6 @@ class Norun(QObject): QObject.__init__(self) self.home = os.getenv("HOME") self.conffile = self.home + "/.config/mageiawelcome/norun.flag" - print(self.conffile, os.path.exists(self.conffile)) @pyqtSlot(bool) def setRunAtLaunch(self, checked): -- cgit v1.2.1