From 568f040bac01f12c11375a67ff59c56adc544d1a Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 14 Aug 2007 10:11:14 +0000 Subject: rename title of ask_user_and_root() to "User management" --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/any.pm b/perl-install/any.pm index 6d938c75c..b330d731a 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -765,7 +765,7 @@ sub ask_user_and_root { 'ok'; }; my $ret = $in->ask_from_( - { title => N("Add user"), + { title => N("User management"), icon => 'banner-adduser', interactive_help_id => 'addUser', if_($::isInstall && $superuser, cancel => ''), -- cgit v1.2.1