summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS1
-rwxr-xr-xcontrol-center2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ee42e9d2..f04f54d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+- update copyright year
- install drakconf icon to icons/hicolor (with SVG) instead of
icons/{,large,mini} (mga#18066)
- drop obsolete drakconf icons (mga#18066)
diff --git a/control-center b/control-center
index caf48ff1..9a7eb4a0 100755
--- a/control-center
+++ b/control-center
@@ -1470,7 +1470,7 @@ sub about_mga_cc() {
0, Gtk3::Label->new(""),
0, Gtk3::Label->new(
#-PO: here %s is eg: "1999-2008"
- N("Copyright (C) %s Mandriva SA", '1999-2008') . "\n" . N("Copyright (C) %s Mageia", '2011-2015') . "\n"),
+ N("Copyright (C) %s Mandriva SA", '1999-2008') . "\n" . N("Copyright (C) %s Mageia", '2011-2016) . "\n"),
0, Gtk3::HSeparator->new,
0, Gtk3::Label->new(""),
1, my $n = Gtk3::Notebook->new,