mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:15:55 +00:00
opml.php: fix typo, update.php: i18n
This commit is contained in:
4
opml.php
4
opml.php
@@ -107,11 +107,11 @@
|
||||
<h1>".__('OPML Utility')."</h1>";
|
||||
|
||||
if (function_exists('domxml_open_file')) {
|
||||
print "<p>".__("Importing OPML (using DOMXML extension)...")."</p>");
|
||||
print "<p>".__("Importing OPML (using DOMXML extension)...")."</p>";
|
||||
require_once "modules/opml_domxml.php";
|
||||
opml_import_domxml($link, $owner_uid);
|
||||
} else {
|
||||
print "<p>".__("Importing OPML (using DOMDocument extension)...")."</p>");
|
||||
print "<p>".__("Importing OPML (using DOMDocument extension)...")."</p>";
|
||||
require_once "modules/opml_domdoc.php";
|
||||
opml_import_domdoc($link, $owner_uid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user