firstboot: welcome message

This commit is contained in:
Joanna Rutkowska 2011-04-05 19:14:00 +02:00
parent c9c4d2d66e
commit 8962a846bd

View File

@ -33,7 +33,7 @@ class moduleClass(Module):
Module.__init__(self)
self.priority = 1
self.sidebarTitle = N_("Welcome")
self.title = N_("Welcome")
self.title = N_("Welcome to Qubes R1")
self.icon = "workstation.png"
def apply(self, interface, testing=False):