BUG Remove redundant leading underscore in strings (#95)

This commit is contained in:
Damian Mooyman 2016-05-19 11:13:03 +12:00 committed by Ed Chipman
parent 372819a57a
commit 92dfcd0447
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<% if $Checked %>
<div class="gridfield-sortablerows-movepage" colspan="$Colspan">
<a href="" class="sortablerows-psort-arrow sortablerows-prev-page"><i><%t GridFieldSortableRows.PREVIOUS '_Move to Previous Page' %></i></a>
<a href="" class="sortablerows-psort-arrow sortablerows-next-page"><i><%t GridFieldSortableRows.NEXT '_Move to Next Page' %></i></a>
<a href="" class="sortablerows-psort-arrow sortablerows-prev-page"><i><%t GridFieldSortableRows.PREVIOUS 'Move to Previous Page' %></i></a>
<a href="" class="sortablerows-psort-arrow sortablerows-next-page"><i><%t GridFieldSortableRows.NEXT 'Move to Next Page' %></i></a>
</div>
<% end_if %>