Inform user why we create user account in Dom0

This commit is contained in:
Joanna Rutkowska 2011-04-05 19:13:14 +02:00
parent 6a5af0e43a
commit fb8b390978

View File

@ -211,9 +211,9 @@ class moduleClass(Module):
def createScreen(self): def createScreen(self):
self.vbox = gtk.VBox(spacing=10) self.vbox = gtk.VBox(spacing=10)
label = gtk.Label(_("You must create a 'username' for regular (non-administrative) " label = gtk.Label(_("You must create a 'user' account.\n\n"
"use of your system. To create a system 'username', please " "In practice this is used only for locking your screen (via screensaver and KDM). This account is not accessible from the"
"provide the information requested below.")) "network in any way (because there is no networking in the VM where the GUI runs and where you log in)"))
label.set_line_wrap(True) label.set_line_wrap(True)
label.set_alignment(0.0, 0.5) label.set_alignment(0.0, 0.5)