Mercurial > p > roundup > code
diff templates/minimal/html/page.html @ 2460:7fed5ef86811
translate 'Login' button caption
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Jun 2004 08:02:39 +0000 |
| parents | e323c2d54a17 |
| children | 90c5a7fdf0a4 |
line wrap: on
line diff
--- a/templates/minimal/html/page.html Tue Jun 15 05:29:36 2004 +0000 +++ b/templates/minimal/html/page.html Tue Jun 15 08:02:39 2004 +0000 @@ -26,7 +26,7 @@ <form method="POST" action=""> <input size="10" name="__login_name"><br> <input size="10" type="password" name="__login_password"><br> - <input type="submit" name="@action" value="login"> + <input type="submit" name="@action" value="Login" i18n:attributes="value"> <span tal:replace="structure request/indexargs_form" /> </form> <a tal:condition="python:request.user.hasPermission('Web Registration')"
