summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index cc8860b3f..2ed01df13 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -796,7 +796,7 @@ sub selectLanguage_standalone {
{ val => \$locale->{utf8}, type => 'bool', text => N("Use Unicode by default"), advanced => 1 },
]);
lang::set($locale);
- Gtk2->set_locale;
+ Gtk2->set_locale if $in->isa('interactive::gtk');
}
sub selectLanguage_and_more_standalone {