diff options
Diffstat (limited to 'AdminPanel/Services/services.pm')
-rw-r--r-- | AdminPanel/Services/services.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AdminPanel/Services/services.pm b/AdminPanel/Services/services.pm index e1950e2..7b795bc 100644 --- a/AdminPanel/Services/services.pm +++ b/AdminPanel/Services/services.pm @@ -288,9 +288,9 @@ sub servicePanel { # TODO fix version value AboutDialog({ name => N("Services and daemons"), version => "1.0.0", - copyright => N("Copyright (C) %s Mageia community", '2013'), + copyright => N("Copyright (C) %s Mageia community", '2013-2014'), license => $license, - comments => N("Service Manager is is the Mageia service and daemon management tool \n(from the original idea of Mandriva draxservice)."), + comments => N("Service Manager is the Mageia service and daemon management tool \n(from the original idea of Mandriva draxservice)."), website => 'http://www.mageia.org', website_label => N("Mageia"), authors => "Angelo Naselli <anaselli\@linux.it>\nMatteo Pasotti <matteo.pasotti\@gmail.com>", |