diff options
author | Angelo Naselli <anaselli@linux.it> | 2013-12-08 22:43:12 +0100 |
---|---|---|
committer | Angelo Naselli <anaselli@linux.it> | 2013-12-08 22:43:12 +0100 |
commit | bc4d221c5e79a741adc91b58d3bf706d92ccb6dc (patch) | |
tree | 5acb1549bbcc69fb95939df365ed12f3acdfb4d9 /modules/usermanager/mgaAddUser | |
parent | 24645c373839a716543e40989012fcb1fcd82a6b (diff) | |
download | manatools-bc4d221c5e79a741adc91b58d3bf706d92ccb6dc.tar manatools-bc4d221c5e79a741adc91b58d3bf706d92ccb6dc.tar.gz manatools-bc4d221c5e79a741adc91b58d3bf706d92ccb6dc.tar.bz2 manatools-bc4d221c5e79a741adc91b58d3bf706d92ccb6dc.tar.xz manatools-bc4d221c5e79a741adc91b58d3bf706d92ccb6dc.zip |
Fixed title and added a prototype for usermanager script
Diffstat (limited to 'modules/usermanager/mgaAddUser')
-rwxr-xr-x | modules/usermanager/mgaAddUser | 4 |
1 files changed, 2 insertions, 2 deletions
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; |