summaryrefslogtreecommitdiff
path: root/opml.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-03-05 09:45:38 +0100
committerAndrew Dolgov <[email protected]>2007-03-05 09:45:38 +0100
commitd1db26aa1c18130accf6e536a063efadbab65a1d (patch)
treee55523801fa34dd4a0884af099e8641da33d1e63 /opml.php
parent659468ebf0197e682cc70629c3b538e793e765a2 (diff)
change _() to __() (use php-gettext)
Diffstat (limited to 'opml.php')
-rw-r--r--opml.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/opml.php b/opml.php
index fd93acd2d..0113fe9e0 100644
--- a/opml.php
+++ b/opml.php
@@ -104,7 +104,7 @@
</head>
<body>
<div class=\"floatingLogo\"><img src=\"images/ttrss_logo.png\"></div>
- <h1>"._('OPML Utility')."</h1>";
+ <h1>".__('OPML Utility')."</h1>";
if (function_exists('domxml_open_file')) {
print "<p>Importing OPML (using DOMXML extension)...</p>";