summaryrefslogtreecommitdiffstats
path: root/draklive-install
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@mandriva.com>2009-10-09 16:32:43 +0000
committerChristophe Fergeau <cfergeau@mandriva.com>2009-10-09 16:32:43 +0000
commit97fac659ce3160ecd93d52147c84671137152a9e (patch)
treee9652c86fed3f7142c7bd9935c892b28485e2c4a /draklive-install
parentfa13f9ee548ca5645175cfb11d880fa86034f247 (diff)
downloaddraklive-install-97fac659ce3160ecd93d52147c84671137152a9e.tar
draklive-install-97fac659ce3160ecd93d52147c84671137152a9e.tar.gz
draklive-install-97fac659ce3160ecd93d52147c84671137152a9e.tar.bz2
draklive-install-97fac659ce3160ecd93d52147c84671137152a9e.tar.xz
draklive-install-97fac659ce3160ecd93d52147c84671137152a9e.zip
add comment explaining why gettext domains are set as early as possible
Diffstat (limited to 'draklive-install')
-rwxr-xr-xdraklive-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/draklive-install b/draklive-install
index e154792..bc6c998 100755
--- a/draklive-install
+++ b/draklive-install
@@ -1,5 +1,7 @@
#!/usr/bin/perl
+# Must be done as early as possible to avoid issues when displaying translated
+# strings
BEGIN {
push @::textdomains, 'draklive-install';
}