another tiny localization patch
This commit is contained in:
parent
89cb787edd
commit
6517423466
|
@ -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>";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue