From 74594e516d699a3a95a4e8112c914b9225853de7 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 18 Jun 2004 22:42:07 +0000 Subject: renamed _() function to __() to avoid gettext conflict --- web/utils/genpopo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/utils/genpopo') 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. # -- cgit v1.2.3-24-g4f1b