diff options
author | eric <eric> | 2004-06-19 00:42:07 +0200 |
---|---|---|
committer | eric <eric> | 2004-06-19 00:42:07 +0200 |
commit | 74594e516d699a3a95a4e8112c914b9225853de7 (patch) | |
tree | 9e07a66a712c17a81873eefbf592b46ebb787cbc /web/utils | |
parent | d92682fbfdd9dec43939678b3c5b80c512f148d3 (diff) | |
download | aur-74594e516d699a3a95a4e8112c914b9225853de7.tar.gz aur-74594e516d699a3a95a4e8112c914b9225853de7.tar.xz |
renamed _() function to __() to avoid gettext conflict
Diffstat (limited to 'web/utils')
-rwxr-xr-x | web/utils/genpopo | 2 |
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. # |