diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-01-27 15:49:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-01-27 15:49:22 +0000 |
commit | 00b01dc313a2e1ae76c657152b1fccc12fcf2d26 (patch) | |
tree | 808c9fe2106edd3772a6897d347b1c24f9303bc7 | |
parent | 7ced816ae08f7dfc6f931a29d64d45ab05d01908 (diff) | |
download | control-center-00b01dc313a2e1ae76c657152b1fccc12fcf2d26.tar control-center-00b01dc313a2e1ae76c657152b1fccc12fcf2d26.tar.gz control-center-00b01dc313a2e1ae76c657152b1fccc12fcf2d26.tar.bz2 control-center-00b01dc313a2e1ae76c657152b1fccc12fcf2d26.tar.xz control-center-00b01dc313a2e1ae76c657152b1fccc12fcf2d26.zip |
bump copyright (mga#8503)
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | control-center | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,3 +1,5 @@ +- bump copyright (mga#8503) + Version 12.33 - 13 December 2012 Thierry Vignaud - fix text position over splash screen (mga#5873) diff --git a/control-center b/control-center index 9e630107..c79f7c20 100755 --- a/control-center +++ b/control-center @@ -1485,7 +1485,7 @@ sub about_mga_cc() { 0, Gtk2::Label->new(""), 0, Gtk2::Label->new( #-PO: here %s is eg: "1999-2008" - N("Copyright (C) %s Mandriva SA", '1999-2008') . "\n" . N("Copyright (C) %s Mageia", '2011') . "\n" ), + N("Copyright (C) %s Mandriva SA", '1999-2008') . "\n" . N("Copyright (C) %s Mageia", '2011-2013') . "\n" ), 0, Gtk2::HSeparator->new, 0, Gtk2::Label->new(""), 1, my $n = Gtk2::Notebook->new, |