Mercurial > p > roundup > code
diff templates/classic/html/_generic.index.html @ 2462:15bdb804decf
translate 'Edit Items' button caption
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Tue, 15 Jun 2004 08:06:14 +0000 |
| parents | 78c075d36cea |
| children | 460eb0209a9e |
line wrap: on
line diff
--- a/templates/classic/html/_generic.index.html Tue Jun 15 08:04:53 2004 +0000 +++ b/templates/classic/html/_generic.index.html Tue Jun 15 08:06: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>
