i18n the committee login button

This commit is contained in:
james 2007-02-06 15:57:26 +00:00
parent 7a1bc1144f
commit ca040924e3

View File

@ -50,7 +50,7 @@
<?=i18n("Password")?>:</td><td><input type="password" size="20" name="pass" />
</td></tr>
<tr><td colspan=2>
<input type="submit" value="Login" />
<input type="submit" value=<?=i18n("Login")?> />
</td></tr>
</table>
</form>