summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2000-05-11 18:46:25 +0000
committerdamien <damien@mandriva.com>2000-05-11 18:46:25 +0000
commitc7b0fecf76c973b1e47fe72bcdce4e5a9303dee4 (patch)
treeff1ceb47386a65f27a0f225d732b3dad0179aed4
parent0c419755276d3052a5466b640411fea0ace9ef8e (diff)
downloaddrakx-c7b0fecf76c973b1e47fe72bcdce4e5a9303dee4.tar
drakx-c7b0fecf76c973b1e47fe72bcdce4e5a9303dee4.tar.gz
drakx-c7b0fecf76c973b1e47fe72bcdce4e5a9303dee4.tar.bz2
drakx-c7b0fecf76c973b1e47fe72bcdce4e5a9303dee4.tar.xz
drakx-c7b0fecf76c973b1e47fe72bcdce4e5a9303dee4.zip
added _( ) for linux install replication to make translation possible
-rw-r--r--perl-install/install_steps_interactive.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm
index 9beebdc99..21453e785 100644
--- a/perl-install/install_steps_interactive.pm
+++ b/perl-install/install_steps_interactive.pm
@@ -1031,7 +1031,7 @@ sub generateAutoInstFloppy($) {
my ($floppy) = detect_devices::floppies();
$o->ask_yesorno('',
-"Do you want to generate an auto install floppy for linux replication?", $floppy) or return;
+_("Do you want to generate an auto install floppy for linux replication?"), $floppy) or return;
$o->ask_warn('', _("Insert a blank floppy in drive %s", $floppy));