summaryrefslogtreecommitdiffstats
path: root/perl-install/steps.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-01-03 16:51:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-01-03 16:51:16 +0000
commit210c93bb35fd87ada9cdeb6546763d9cfe344c9f (patch)
tree4db24f56ef76f69b6e9a349355887e5102c6bdd9 /perl-install/steps.pm
parent3e82992419acf6d46279d730a8251b22b1d86a00 (diff)
downloaddrakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.tar
drakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.tar.gz
drakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.tar.bz2
drakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.tar.xz
drakx-210c93bb35fd87ada9cdeb6546763d9cfe344c9f.zip
"Administrator (root)" is more user-friendly than "root"
Diffstat (limited to 'perl-install/steps.pm')
-rw-r--r--perl-install/steps.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/steps.pm b/perl-install/steps.pm
index 82eb8d8a6..6ec51ebe1 100644
--- a/perl-install/steps.pm
+++ b/perl-install/steps.pm
@@ -22,7 +22,7 @@ use common;
formatPartitions => [ N_("Format partitions"), 1, -1, '1', "doPartitionDisks" ],
choosePackages => [ N_("Choose packages to install"), 1, -2, '1', "formatPartitions" ],
installPackages => [ N_("Install system"), 1, -1, '', ["formatPartitions", "selectInstallClass"] ],
- setRootPassword => [ N_("Root password"), 1, 1, '', "installPackages" ],
+ setRootPassword => [ N_("Administrator password"), 1, 1, '', "installPackages" ],
addUser => [ N_("Add a user"), 1, 1, '', "installPackages" ],
configureNetwork => [ N_("Configure networking"), 1, 1, '1', "formatPartitions" ],
setupBootloader => [ N_("Install bootloader"), 1, 0, '', "installPackages" ],