Mercurial > p > roundup > code
diff templates/minimal/html/_generic.index.html @ 2464:5f0b10bf7ba1
translate 'Edit Items' button caption
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Jun 2004 08:17:14 +0000 |
| parents | 56fa27e99620 |
| children | 460eb0209a9e 24da57887e63 |
line wrap: on
line diff
--- a/templates/minimal/html/_generic.index.html Tue Jun 15 08:07:25 2004 +0000 +++ b/templates/minimal/html/_generic.index.html Tue Jun 15 08:17:14 2004 +0000 @@ -41,7 +41,7 @@ <textarea rows="15" cols="60" name="rows" tal:content="context/csv"></textarea> <br> <input type="hidden" name="@action" value="editCSV"> -<input type="submit" value="Edit Items"> +<input type="submit" value="Edit Items" i18n:attributes="value"> </form> </tal:block>
