aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorAngelo Naselli <anaselli@linux.it>2014-12-05 13:08:56 +0100
committerAngelo Naselli <anaselli@linux.it>2014-12-05 13:08:56 +0100
commit74f0d428b87a4247804782343a07854aa8767d15 (patch)
tree5f2f4645bc877a015e2798b457c948553ac38527 /lib
parentdef812224ed98dc3c3e149b0d132f6ef388116c1 (diff)
downloadmanatools-74f0d428b87a4247804782343a07854aa8767d15.tar
manatools-74f0d428b87a4247804782343a07854aa8767d15.tar.gz
manatools-74f0d428b87a4247804782343a07854aa8767d15.tar.bz2
manatools-74f0d428b87a4247804782343a07854aa8767d15.tar.xz
manatools-74f0d428b87a4247804782343a07854aa8767d15.zip
get the right translation from drakx (atm)
Diffstat (limited to 'lib')
-rw-r--r--lib/AdminPanel/Shared/Services.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AdminPanel/Shared/Services.pm b/lib/AdminPanel/Shared/Services.pm
index 0b2c6973..50509d63 100644
--- a/lib/AdminPanel/Shared/Services.pm
+++ b/lib/AdminPanel/Shared/Services.pm
@@ -113,7 +113,7 @@ our @EXPORT = qw(
);
-my $loc = AdminPanel::Shared::Locales->new(domain_name => 'libDrakX-standalone');
+my $loc = AdminPanel::Shared::Locales->new(domain_name => 'libDrakX');
#=============================================================