diff options
Diffstat (limited to 'bin/draknfs')
-rwxr-xr-x[-rw-r--r--] | bin/draknfs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/draknfs b/bin/draknfs index def68be..e71c102 100644..100755 --- 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; |