From 57a93aa286a94479ce231d4d52b367035492d1d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 28 May 2016 19:08:44 +0200 Subject: Update copyright year in about window --- NEWS | 1 + control-center | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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, -- cgit v1.2.1