From d95b10faf7f846d1fcdce63e267a28ab076dcb06 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 31 Jul 2007 14:09:19 +0000 Subject: fix typo --- transfugdrake.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'transfugdrake.pm') diff --git a/transfugdrake.pm b/transfugdrake.pm index 162bc8a..b14ec36 100644 --- a/transfugdrake.pm +++ b/transfugdrake.pm @@ -99,7 +99,7 @@ sub get_windows_partition { if($fat_parts[0] eq "") { $in->ask_warn(N("No Windows Partition"), N("No Windows Partition found")); quit_global($in, 0); } $::Wizard_no_previous = 1; - my $win_part = $in->ask_from_listN(N("Select your windows partition"), + my $win_part = $in->ask_from_list_(N("Select your windows partition"), N("Please specify your windows partition from the following list"), [ @fat_parts ], $fat_parts[0]) -- cgit v1.2.1