]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/changeset/_changeset_paging_nav.rhtml
Forgot that /history can also be called without a bbox (if one can't be found)
[rails.git] / app / views / changeset / _changeset_paging_nav.rhtml
index 7be15305df77a462b992731bd8c1c973992ff459..b8ac1a65fca39f394c5aaf7762ed9e3013535437 100644 (file)
@@ -1,11 +1,11 @@
 <% current_page = @edit_pages.current_page %>
 
-Showing page 
+<%= t'changeset.changeset_paging_nav.showing_page' %> 
 <%= current_page.number %> (<%= current_page.first_item %><% 
 if (current_page.first_item < current_page.last_item) # if more than 1 changeset on page 
   %>-<%= current_page.last_item %><% 
 end %>
-of <%= @edit_pages.item_count %>)
+<%= t'changeset.changeset_paging_nav.of'%> <%= @edit_pages.item_count %>)
 
 <%
 if @edit_pages.page_count > 1