summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/authentication.pm4
-rw-r--r--perl-install/steps.pm2
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm
index 89ed1d9c3..8321ff89a 100644
--- a/perl-install/authentication.pm
+++ b/perl-install/authentication.pm
@@ -152,8 +152,8 @@ sub ask_root_password_and_authentication {
my $kind = to_kind($authentication);
$in->ask_from_({
- title => N("Set root password and network authentication methods"),
- messages => N("Set root password"),
+ title => N("Set administrator (root) password and network authentication methods"),
+ messages => N("Set administrator (root) password"),
advanced_messages => kind2description(),
interactive_help_id => "setRootPassword",
cancel => ($security <= 2 ?
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" ],