From c38891b3f0dfc779a58d2afe0dc5678aaeff6770 Mon Sep 17 00:00:00 2001 From: Simon Schampijer Date: Thu, 26 Apr 2012 12:56:03 +0000 Subject: 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 Reviewed-by: Anish Mangal --- 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) -- cgit v0.9.1