aboutsummaryrefslogtreecommitdiffstats
path: root/transfugdrake.pm
diff options
context:
space:
mode:
Diffstat (limited to 'transfugdrake.pm')
-rw-r--r--transfugdrake.pm2
1 files changed, 1 insertions, 1 deletions
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])