diff options
Diffstat (limited to 'mgaapplet')
-rwxr-xr-x | mgaapplet | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Mageia Online # # # # Copyright (C) 2003-2010 Mandriva # -# 2010-2015 Mageia # +# 2010-2016 Mageia # # # # Daouda Lo # # Thierry Vignaud <thierry.vignaud at gmail dot com> # @@ -633,7 +633,7 @@ sub about_dialog() { $url =~ s/^https:/http:/; my $w = gtknew('AboutDialog', name => N("Mageia Online %s", $ver), copyright => N("Copyright (C) %s by %s", 'Mandriva', '2001-2010') . "\n" . - N("Copyright (C) %s by %s", 'Mageia', '2010-2015'), + N("Copyright (C) %s by %s", 'Mageia', '2010-2016'), license => join('', cat_('/usr/share/common-licenses/GPL')), icon => '/usr/share/icons/mini/mgaonline.png', comments => N("Mageia Online gives access to Mageia web services."), |