summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drakpxelinux.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 3214551..8938208 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -33,7 +33,7 @@ use network::network;
use ugtk2 qw(:ask :helpers :wrappers :create :dialogs);
use interactive;
-# i18n: IMPORTANT: to get correct namespace (drakconf instead of libDrakX)
+# i18n: IMPORTANT: to get correct namespace (drakpxelinux instead of libDrakX)
BEGIN { unshift @::textdomains, 'drakpxelinux' }
use constant FALSE => 0;