Adding ability to translate "Edit" text in GridFieldEditButton

This commit is contained in:
Sean Harvey 2012-11-07 11:34:51 +13:00
parent 88366bf3c8
commit 6ff5e8f39d
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
<a class="action action-detail edit-link" href="$Link" title="Edit">edit</a>
<a class="action action-detail edit-link" href="$Link" title="<% _t('EDIT', 'Edit') %>"><% _t('EDIT', 'Edit') %></a>