Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPootle daemon <pootle@pootle.sugarlabs.org>2012-04-27 04:33:33 (GMT)
committer Pootle daemon <pootle@pootle.sugarlabs.org>2012-04-27 04:33:33 (GMT)
commit8f71a1b9d59e63d76d208b28292f7da3ce7a196e (patch)
treefb60c53a2891cc76958a41e4680c1ce2036bcdfd
parente0979c19ac05ea5efcad7a9a1d6344d231015489 (diff)
parentc38891b3f0dfc779a58d2afe0dc5678aaeff6770 (diff)
Merge branch 'master' of git.sugarlabs.org:sugar/mainline
-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)