diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-06-03 16:44:17 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-06-03 16:44:17 +0000 |
commit | a25c42ce3c9d206014ef711a4064ad6504dd90d9 (patch) | |
tree | 7ac676dbc55d270b4807e1aed54300ceafa8712a /perl-install/any.pm | |
parent | c5e62d4adea5c8367e18dd3e90d703a1be6f4307 (diff) | |
download | drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar.gz drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar.bz2 drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.tar.xz drakx-a25c42ce3c9d206014ef711a4064ad6504dd90d9.zip |
english fixes thx to vincent meyer
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 7ca57f578..dd06a1f4f 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -728,7 +728,7 @@ not cause any damage.", $l), } else { @options = split ' ', $in->ask_from_entry('', -_("You may now provide its options to module %s. +_("You may now provide options to module %s. Options are in format ``name=value name2=value2 ...''. For instance, ``io=0x300 irq=7''", $l), _("Module options:"), |