diff options
Diffstat (limited to 'perl-install/standalone.pm')
-rw-r--r-- | perl-install/standalone.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone.pm b/perl-install/standalone.pm index 02ee34bdb..320b336e1 100644 --- a/perl-install/standalone.pm +++ b/perl-install/standalone.pm @@ -16,7 +16,7 @@ $::isStandalone = 1; $ENV{SHARE_PATH} ||= "/usr/share"; c::init_setlocale(); -c::bindtextdomain('libDrakX', "/usr/share/locale"); +Locale::gettext::bindtextdomain('libDrakX', "/usr/share/locale"); $::license = N_("This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |