summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfloppy
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/standalone/drakfloppy')
-rwxr-xr-xperl-install/standalone/drakfloppy2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy
index 7767700c7..4a42e07f5 100755
--- a/perl-install/standalone/drakfloppy
+++ b/perl-install/standalone/drakfloppy
@@ -49,7 +49,7 @@ sub _ {
sub translate {
my ($s) = @_;
- $s ? c::dgettext('drakfloppy', $s) : '';
+ $s ? c::dgettext('libDrakX', $s) : '';
}
if ($::isEmbedded) {