1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:05:55 +00:00

change _() to __() (use php-gettext)

This commit is contained in:
Andrew Dolgov
2007-03-05 09:45:38 +01:00
parent 659468ebf0
commit d1db26aa1c
8 changed files with 110 additions and 110 deletions

View File

@@ -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>";