diff options
Diffstat (limited to 'bin/draknfs')
-rw-r--r-- | bin/draknfs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/draknfs b/bin/draknfs index a81d62d..23a1740 100644 --- a/bin/draknfs +++ b/bin/draknfs @@ -19,6 +19,9 @@ use strict; use lib qw(/usr/lib/libDrakX); + +# i18n: IMPORTANT: to get correct namespace (drakx-net instead of libDrakX) +BEGIN { unshift @::textdomains, 'drakx-net' } use standalone; use common; use network::network; |