aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)."),