1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-21 23:41:28 +00:00

another tiny localization patch

This commit is contained in:
Andrew Dolgov
2007-08-10 17:25:19 +01:00
parent 89cb787edd
commit 6517423466

View File

@@ -30,7 +30,7 @@
<input class=\"iedit\" onkeypress=\"return filterCR(event)\" <input class=\"iedit\" onkeypress=\"return filterCR(event)\"
name=\"login\" value=\"$login\"></td></tr>"; name=\"login\" value=\"$login\"></td></tr>";
print "<tr><td>Change password:</td><td> print "<tr><td>".__('Change password:')."</td><td>
<input class=\"iedit\" onkeypress=\"return filterCR(event)\" <input class=\"iedit\" onkeypress=\"return filterCR(event)\"
name=\"password\"></td></tr>"; name=\"password\"></td></tr>";