summaryrefslogtreecommitdiffstats
path: root/web/utils
diff options
context:
space:
mode:
Diffstat (limited to 'web/utils')
-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.
#