Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2008-09-02 06:43:06 (GMT)
committer Simon Schampijer <simon@schampijer.de>2008-09-02 06:46:08 (GMT)
commitdcce3d8c26efa6f3ca27d74e11bb18520112932a (patch)
treec00f0e9447f636c42ac13cc21c850f2b1066a57f
parentd7fb9b4b69109eb4f5af44cb195069c27bfb213a (diff)
buildbot nag
-rw-r--r--src/controlpanel/view/aboutxo.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/controlpanel/view/aboutxo.py b/src/controlpanel/view/aboutxo.py
index 6db7176..4c1d299 100644
--- a/src/controlpanel/view/aboutxo.py
+++ b/src/controlpanel/view/aboutxo.py
@@ -157,8 +157,9 @@ class AboutXO(SectionView):
vbox_copyright.set_border_width(style.DEFAULT_SPACING * 2)
vbox_copyright.set_spacing(style.DEFAULT_SPACING)
- label_copyright = gtk.Label(_("© 2008 One Laptop per Child Association "
- "Inc; Red Hat Inc; and Contributors."))
+ label_copyright = gtk.Label(_("© 2008 One Laptop per Child "
+ "Association Inc; Red Hat Inc; "
+ "and Contributors."))
label_copyright.set_alignment(0, 0)
label_copyright.show()
vbox_copyright.pack_start(label_copyright, expand=False)