firstboot: missing spaces in EULA

This commit is contained in:
Joanna Rutkowska 2011-04-11 15:25:26 +02:00
parent 57ae82070d
commit b50f32877f

View File

@ -42,9 +42,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(("Thank you for installing Qubes. Qubes is a" label = gtk.Label(("Thank you for installing Qubes. Qubes is a "
"compilation of software packages, each under its own license. The" "compilation of software packages, each under its own license. The "
"compilation is made available under the GNU General Public License" "compilation is made available under the GNU General Public License "
"version 2.")) "version 2."))
label.set_line_wrap(True) label.set_line_wrap(True)