summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>1999-11-08 15:15:09 +0000
committerFrancois Pons <fpons@mandriva.com>1999-11-08 15:15:09 +0000
commitb8cb3272f5a12c46087c52d3cef120b46cb2d0ea (patch)
tree24da9fcb4b86bde78d89ae62839a58bb2f2d0e5c /perl-install/install_steps_interactive.pm
parent989f1150a37765385b92d9d561b2a2a0c9be4984 (diff)
downloaddrakx-backup-do-not-use-b8cb3272f5a12c46087c52d3cef120b46cb2d0ea.tar
drakx-backup-do-not-use-b8cb3272f5a12c46087c52d3cef120b46cb2d0ea.tar.gz
drakx-backup-do-not-use-b8cb3272f5a12c46087c52d3cef120b46cb2d0ea.tar.bz2
drakx-backup-do-not-use-b8cb3272f5a12c46087c52d3cef120b46cb2d0ea.tar.xz
drakx-backup-do-not-use-b8cb3272f5a12c46087c52d3cef120b46cb2d0ea.zip
*** empty log message ***
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r--perl-install/install_steps_interactive.pm8
1 files changed, 4 insertions, 4 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 1e9a667b3..ae96317f2 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -101,7 +101,7 @@ sub selectInstallClass($@) {
my @c = qw(beginner specific expert);
my %c = (
beginner => _("Recommended"),
- specific => _("Personalized"),
+ specific => _("Customized"),
expert => _("Expert"),
);
my $installClass = ${{reverse %c}}{$o->ask_from_list(_("Install Class"),
@@ -496,9 +496,9 @@ wish to access and any applicable user name and password."),
my $action;
my @action = qw(ascii ps both done);
my %action = (
- ascii => _("Yes, print ascii page"),
- ps => _("Yes, print postscript page"),
- both => _("Yes, print both pages"),
+ ascii => _("Yes, print ascii test page"),
+ ps => _("Yes, print postscript test page"),
+ both => _("Yes, print both test pages"),
done => _("No"),
);