From 4dccf1ed93948f6e75750c31ba6bb0abf053e52b Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 5 Mar 2007 13:50:46 +0100 Subject: more i18n work --- opml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opml.php') diff --git a/opml.php b/opml.php index 0b1f4915b..32b56c1aa 100644 --- a/opml.php +++ b/opml.php @@ -107,11 +107,11 @@

".__('OPML Utility')."

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

Importing OPML (using DOMXML extension)...

"); + print "

".__("Importing OPML (using DOMXML extension)...")."

"); require_once "modules/opml_domxml.php"; opml_import_domxml($link, $owner_uid); } else { - print __("

Importing OPML (using DOMDocument extension)...

"); + print "

".__("Importing OPML (using DOMDocument extension)...")."

"); require_once "modules/opml_domdoc.php"; opml_import_domdoc($link, $owner_uid); } -- cgit v1.2.3