summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2016-05-28 19:08:44 +0200
committerRémi Verschelde <rverschelde@gmail.com>2016-05-28 19:09:09 +0200
commit57a93aa286a94479ce231d4d52b367035492d1d2 (patch)
treec285b5eec988ac9e46d7e93ed63d62b0a0a470b7
parentfb6452c247c2810ca03ade59e9b5fa9025c0c501 (diff)
downloadcontrol-center-57a93aa286a94479ce231d4d52b367035492d1d2.tar
control-center-57a93aa286a94479ce231d4d52b367035492d1d2.tar.gz
control-center-57a93aa286a94479ce231d4d52b367035492d1d2.tar.bz2
control-center-57a93aa286a94479ce231d4d52b367035492d1d2.tar.xz
control-center-57a93aa286a94479ce231d4d52b367035492d1d2.zip
Update copyright year in about window
-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,