another tiny localization patch

This commit is contained in:
Andrew Dolgov 2007-08-10 17:25:19 +01:00
parent 89cb787edd
commit 6517423466
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
<input class=\"iedit\" onkeypress=\"return filterCR(event)\"
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)\"
name=\"password\"></td></tr>";