aboutsummaryrefslogtreecommitdiffstats
path: root/AdminPanel/Services
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-01-04 22:56:06 +0100
committerAngelo Naselli <anaselli@linux.it>2014-01-04 22:56:06 +0100
commit42da3c7291a6019a8cf1a94c13b5afead119e349 (patch)
tree79a795069f1760e4a3c3373bc3b44cb18f5f2f43 /AdminPanel/Services
parentd2054466739cf8d363cd5766026038322a09033c (diff)
downloadmanatools-42da3c7291a6019a8cf1a94c13b5afead119e349.tar
manatools-42da3c7291a6019a8cf1a94c13b5afead119e349.tar.gz
manatools-42da3c7291a6019a8cf1a94c13b5afead119e349.tar.bz2
manatools-42da3c7291a6019a8cf1a94c13b5afead119e349.tar.xz
manatools-42da3c7291a6019a8cf1a94c13b5afead119e349.zip
Added Group edit functionality
Diffstat (limited to 'AdminPanel/Services')
-rw-r--r--AdminPanel/Services/services.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/AdminPanel/Services/services.pm b/AdminPanel/Services/services.pm
index e1950e27..7b795bc0 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>",