Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
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:43:06 (GMT)
commit52cdb4123abb74314187ca218af4bf3389e38265 (patch)
treed7a1b64d179003ad39794912762344002755720d /src
parent4adc38e23a75d888918712af04716aa7eb1060f0 (diff)
buildbot nag
Diffstat (limited to 'src')
-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)