Mercurial > p > roundup > code
changeset 2461:48143bde35df
translate 'Redisplay' button caption
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Jun 2004 08:04:53 +0000 |
| parents | 7fed5ef86811 |
| children | 15bdb804decf |
| files | templates/classic/html/issue.index.html |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/classic/html/issue.index.html Tue Jun 15 08:02:39 2004 +0000 +++ b/templates/classic/html/issue.index.html Tue Jun 15 08:04:53 2004 +0000 @@ -127,7 +127,7 @@ </td> </tr> <tr><td colspan="4"> - <input type="submit" value="Redisplay"> + <input type="submit" value="Redisplay" i18n:attributes="value"> <tal:block tal:replace="structure python:request.indexargs_form(sort=0, group=0)" /> </td></tr>
