aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AdminPanel/Shared
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/AdminPanel/Shared
parentdef812224ed98dc3c3e149b0d132f6ef388116c1 (diff)
downloadcolin-keep-74f0d428b87a4247804782343a07854aa8767d15.tar
colin-keep-74f0d428b87a4247804782343a07854aa8767d15.tar.gz
colin-keep-74f0d428b87a4247804782343a07854aa8767d15.tar.bz2
colin-keep-74f0d428b87a4247804782343a07854aa8767d15.tar.xz
colin-keep-74f0d428b87a4247804782343a07854aa8767d15.zip
get the right translation from drakx (atm)
Diffstat (limited to 'lib/AdminPanel/Shared')
-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 0b2c697..50509d6 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');
#=============================================================