From 92dfcd0447c7e679f77abdaf3befbe86ccd212a2 Mon Sep 17 00:00:00 2001 From: Damian Mooyman Date: Thu, 19 May 2016 11:13:03 +1200 Subject: [PATCH] BUG Remove redundant leading underscore in strings (#95) --- templates/Includes/GridFieldSortableRows_paginator.ss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/Includes/GridFieldSortableRows_paginator.ss b/templates/Includes/GridFieldSortableRows_paginator.ss index 464ffb5..83418d3 100644 --- a/templates/Includes/GridFieldSortableRows_paginator.ss +++ b/templates/Includes/GridFieldSortableRows_paginator.ss @@ -1,7 +1,7 @@ <% if $Checked %>
- <%t GridFieldSortableRows.PREVIOUS '_Move to Previous Page' %> - - <%t GridFieldSortableRows.NEXT '_Move to Next Page' %> + <%t GridFieldSortableRows.PREVIOUS 'Move to Previous Page' %> + + <%t GridFieldSortableRows.NEXT 'Move to Next Page' %>
<% end_if %>