summaryrefslogtreecommitdiffstats
path: root/move/move.pm
diff options
context:
space:
mode:
Diffstat (limited to 'move/move.pm')
-rw-r--r--move/move.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/move/move.pm b/move/move.pm
index 29be0354f..d6b9c4c5f 100644
--- a/move/move.pm
+++ b/move/move.pm
@@ -140,6 +140,7 @@ sub init {
print "Using existing host configuration\n";
$using_existing_host_config = 1;
}
+ $o->{locale} = lang::read('', 0);
drakx_stuff:
$o->{steps}{$_} = { reachable => 1, text => $_ }
@@ -180,7 +181,6 @@ sub lomount_clp {
sub install2::autoSelectLanguage {
my $o = $::o;
- $o->{locale} = lang::read('', 0);
install_steps::selectLanguage($o);
}