summaryrefslogtreecommitdiffstats
path: root/web/utils/genpopo
diff options
context:
space:
mode:
authoreric <eric>2004-06-19 00:42:07 +0200
committereric <eric>2004-06-19 00:42:07 +0200
commit74594e516d699a3a95a4e8112c914b9225853de7 (patch)
tree9e07a66a712c17a81873eefbf592b46ebb787cbc /web/utils/genpopo
parentd92682fbfdd9dec43939678b3c5b80c512f148d3 (diff)
downloadaur-74594e516d699a3a95a4e8112c914b9225853de7.tar.gz
aur-74594e516d699a3a95a4e8112c914b9225853de7.tar.xz
renamed _() function to __() to avoid gettext conflict
Diffstat (limited to 'web/utils/genpopo')
-rwxr-xr-xweb/utils/genpopo2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/utils/genpopo b/web/utils/genpopo
index 64c71ede..6e59b1eb 100755
--- a/web/utils/genpopo
+++ b/web/utils/genpopo
@@ -3,7 +3,7 @@
# this script iterates through the 'html' and 'lib' directories
# looking for php scripts that contain a include_once("xxx_po.inc")
-# line and _() functions. It creates/appends to the corresponding
+# line and __() functions. It creates/appends to the corresponding
# "xxx_po.inc" file in the 'lang' subdirectory and places the
# i18n strings into the file in the proper format.
#