summaryrefslogtreecommitdiffstats
path: root/perl-install/steps.pm
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-02-18 18:56:20 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-02-18 18:56:20 +0000
commit011dac42ace99bbcc235dd47bff81cacff7f568a (patch)
treed2c1a4e124f8461ba773f62f48a488b62ee91fd9 /perl-install/steps.pm
parent26da05a0fe6b2299474360f92664b879a654847c (diff)
downloaddrakx-backup-do-not-use-011dac42ace99bbcc235dd47bff81cacff7f568a.tar
drakx-backup-do-not-use-011dac42ace99bbcc235dd47bff81cacff7f568a.tar.gz
drakx-backup-do-not-use-011dac42ace99bbcc235dd47bff81cacff7f568a.tar.bz2
drakx-backup-do-not-use-011dac42ace99bbcc235dd47bff81cacff7f568a.tar.xz
drakx-backup-do-not-use-011dac42ace99bbcc235dd47bff81cacff7f568a.zip
shortened some strings to help them fit in the steps window
Diffstat (limited to 'perl-install/steps.pm')
-rw-r--r--perl-install/steps.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/steps.pm b/perl-install/steps.pm
index f86521669..84c93ec06 100644
--- a/perl-install/steps.pm
+++ b/perl-install/steps.pm
@@ -22,14 +22,14 @@ 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_("Set root password"), 1, 1, '', "installPackages" ],
+ setRootPassword => [ N_("Root 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" ],
configureX => [ N_("Configure X"), 1, 1, '1', ["formatPartitions", "setupBootloader"] ],
summary => [ N_("Summary"), 1, 0, '', "installPackages" ],
configureServices => [ N_("Configure services"), 1, 1, '1', "installPackages" ],
- installUpdates => [ N_("Install system updates"), 1, 1, '', ["installPackages", "configureNetwork", "summary"] ],
+ installUpdates => [ N_("Install updates"), 1, 1, '', ["installPackages", "configureNetwork", "summary"] ],
exitInstall => [ N_("Exit install"), 0, 0, '', '' ],
);
for (my $i = 0; $i < @installSteps; $i += 2) {