Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2012-04-26 12:56:03 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-04-26 13:28:57 (GMT)
commitc38891b3f0dfc779a58d2afe0dc5678aaeff6770 (patch)
treec055b40e1618dbcdd0401613fc33ddd26a23c742
parent38870f90d77d8f190c2a60037fbf2d2d0852d0d4 (diff)
Control Panel: adjust year to 2012 for the Copyright in the about my computer section
This is not a translated string, no string freeze break is taking place. Signed-off-by: Simon Schampijer <simon@laptop.org> Reviewed-by: Anish Mangal <anish@activitycentral.com>
-rw-r--r--extensions/cpsection/aboutcomputer/view.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/cpsection/aboutcomputer/view.py b/extensions/cpsection/aboutcomputer/view.py
index 257e165..6b16005 100644
--- a/extensions/cpsection/aboutcomputer/view.py
+++ b/extensions/cpsection/aboutcomputer/view.py
@@ -172,7 +172,7 @@ class AboutComputer(SectionView):
vbox_copyright.set_border_width(style.DEFAULT_SPACING * 2)
vbox_copyright.set_spacing(style.DEFAULT_SPACING)
- copyright_text = '© 2006-2011 One Laptop per Child Association Inc,' \
+ copyright_text = '© 2006-2012 One Laptop per Child Association Inc,' \
' Sugar Labs Inc, Red Hat Inc, Collabora Ltd and' \
' Contributors.'
label_copyright = gtk.Label(copyright_text)