From 06719138737a450eba676864a004e6f4959b39c5 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 6 Mar 2007 12:02:19 +0100 Subject: opml.php: fix typo, update.php: i18n --- opml.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'opml.php') diff --git a/opml.php b/opml.php index 32b56c1aa..701d8396b 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-54-g00ecf