aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-01-04 23:03:45 +0100
committerAngelo Naselli <anaselli@linux.it>2014-01-04 23:03:45 +0100
commiteb0eab8fc6d0c89262daa80d199bb7091540943b (patch)
tree59375bb607f0905fc9639391a0fe858f5e1ffb93
parent42da3c7291a6019a8cf1a94c13b5afead119e349 (diff)
downloadcolin-keep-eb0eab8fc6d0c89262daa80d199bb7091540943b.tar
colin-keep-eb0eab8fc6d0c89262daa80d199bb7091540943b.tar.gz
colin-keep-eb0eab8fc6d0c89262daa80d199bb7091540943b.tar.bz2
colin-keep-eb0eab8fc6d0c89262daa80d199bb7091540943b.tar.xz
colin-keep-eb0eab8fc6d0c89262daa80d199bb7091540943b.zip
Typo on version
-rw-r--r--AdminPanel/Users/GUsers.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/AdminPanel/Users/GUsers.pm b/AdminPanel/Users/GUsers.pm
index dfebd84..56d58ff 100644
--- a/AdminPanel/Users/GUsers.pm
+++ b/AdminPanel/Users/GUsers.pm
@@ -2375,7 +2375,7 @@ sub manageUsersDialog {
elsif ($menuLabel eq $helpMenu{about}->label()) {
my $license = translate($::license);
AboutDialog({ name => N("AdminUser"),
- version => self->VERSION,
+ version => $self->VERSION,
copyright => N("Copyright (C) %s Mageia community", '2013-2014'),
license => $license,
comments => N("AdminUser is a Mageia user management tool \n(from the original idea of Mandriva userdrake)."),