From 952b694ca9598072c02a6e468120a1b7044df0db Mon Sep 17 00:00:00 2001 From: tboeckmann Date: Thu, 29 Aug 2013 23:17:53 +0100 Subject: [PATCH] Update search.html.erb Translate from Precedent & Suivant to... c'est mieux. :previous_label => 'Previous', :next_label => 'Next' --- themes/bootstrap/views/articles/search.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/bootstrap/views/articles/search.html.erb b/themes/bootstrap/views/articles/search.html.erb index 8c54412c2b..2ca8366e2e 100644 --- a/themes/bootstrap/views/articles/search.html.erb +++ b/themes/bootstrap/views/articles/search.html.erb @@ -15,5 +15,5 @@ <% end %>
-<%= paginate @articles, { :previous_label => 'Précédent', :next_label => 'Suivant' } %> +<%= paginate @articles, { :previous_label => 'Previous', :next_label => 'Next' } %>