From b50f32877f56faaf540e876c67734d53ab8b7ed4 Mon Sep 17 00:00:00 2001 From: Joanna Rutkowska Date: Mon, 11 Apr 2011 15:25:26 +0200 Subject: [PATCH] firstboot: missing spaces in EULA --- firstboot/modules/eula.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/firstboot/modules/eula.py b/firstboot/modules/eula.py index a1b0fc4..81b8f9c 100644 --- a/firstboot/modules/eula.py +++ b/firstboot/modules/eula.py @@ -42,9 +42,9 @@ class moduleClass(Module): def createScreen(self): self.vbox = gtk.VBox(spacing=10) - label = gtk.Label(("Thank you for installing Qubes. Qubes is a" - "compilation of software packages, each under its own license. The" - "compilation is made available under the GNU General Public License" + label = gtk.Label(("Thank you for installing Qubes. Qubes is a " + "compilation of software packages, each under its own license. The " + "compilation is made available under the GNU General Public License " "version 2.")) label.set_line_wrap(True)