From d1db26aa1c18130accf6e536a063efadbab65a1d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 09:45:38 +0100 Subject: change _() to __() (use php-gettext) --- opml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opml.php') diff --git a/opml.php b/opml.php index fd93acd2d..0113fe9e0 100644 --- a/opml.php +++ b/opml.php @@ -104,7 +104,7 @@
-

"._('OPML Utility')."

"; +

".__('OPML Utility')."

"; if (function_exists('domxml_open_file')) { print "

Importing OPML (using DOMXML extension)...

"; -- cgit v1.2.3-54-g00ecf