summaryrefslogtreecommitdiffstats
path: root/perl-install/modules
diff options
context:
space:
mode:
authorPablo Saratxaga <pablo@mandriva.com>2003-01-21 08:09:01 +0000
committerPablo Saratxaga <pablo@mandriva.com>2003-01-21 08:09:01 +0000
commitca192729278dcab2579371db5dc716746277fa24 (patch)
tree63de147760c3426591cb3c7bc105a942f4699a7e /perl-install/modules
parente9c64c704260364a2eac2e806ad308b19a2410d1 (diff)
downloaddrakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar
drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar.gz
drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar.bz2
drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.tar.xz
drakx-backup-do-not-use-ca192729278dcab2579371db5dc716746277fa24.zip
English proofreading by Stew Benedicts
Diffstat (limited to 'perl-install/modules')
-rw-r--r--perl-install/modules/interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/modules/interactive.pm b/perl-install/modules/interactive.pm
index c89ad7276..f8da8b561 100644
--- a/perl-install/modules/interactive.pm
+++ b/perl-install/modules/interactive.pm
@@ -87,7 +87,7 @@ sub load_module__ask_options {
if (@parameters) {
$in->ask_from('',
- N("You may now provide its options to module %s.\nNote that any address should be entered with the prefix 0x like '0x123'", $module_descr),
+ N("You may now provide options to module %s.\nNote that any address should be entered with the prefix 0x like '0x123'", $module_descr),
[ map { { label => $_->[0] . ($_->[1] ? " ($_->[1])" : ''), help => $_->[2], val => \$_->[3] } } @parameters ],
) or return;
[ map { if_($_->[3], "$_->[0]=$_->[3]") } @parameters ];
@@ -117,7 +117,7 @@ sub load_category__prompt {
my @parameters = modules::parameters::parameters($module);
if (@parameters && $in->ask_from_list_('',
formatAlaTeX(N("In some cases, the %s driver needs to have extra information to work
-properly, although it normally works fine without. Would you like to specify
+properly, although it normally works fine without them. Would you like to specify
extra options for it or allow the driver to probe your machine for the
information it needs? Occasionally, probing will hang a computer, but it should
not cause any damage.", $module_descr)), [ N_("Autoprobe"), N_("Specify options") ], 'Autoprobe') ne 'Autoprobe') {