From bc4d221c5e79a741adc91b58d3bf706d92ccb6dc Mon Sep 17 00:00:00 2001 From: Angelo Naselli Date: Sun, 8 Dec 2013 22:43:12 +0100 Subject: Fixed title and added a prototype for usermanager script --- modules/usermanager/mgaAddUser | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/usermanager/mgaAddUser') diff --git a/modules/usermanager/mgaAddUser b/modules/usermanager/mgaAddUser index 34cd0312..a0255962 100755 --- a/modules/usermanager/mgaAddUser +++ b/modules/usermanager/mgaAddUser @@ -13,9 +13,9 @@ use yui; my $wm_icon = "/usr/share/icons/userdrake.png"; -yui::YUI::app()->setApplicationTitle(N("Mageia Users Management Tool")); +yui::YUI::app()->setApplicationTitle(N("Mageia Add Users Tool")); yui::YUI::app()->setApplicationIcon($wm_icon); AdminPanel::Users::GUsers::addUserDialog(); -1; \ No newline at end of file +1; -- cgit v1.2.1