Improved wording.

This commit is contained in:
Martin Edenhofer 2015-11-06 02:45:10 +01:00
parent 8e3128a4fc
commit d95ac81744

View file

@ -2,7 +2,7 @@
<span class="pagination-item-current"><%= @current_position %></span>/<span class="pagination-total-items"><%= @total_count %></span>
</div>
<ul class="pagination">
<li <% if !@previous: %>class="disabled"<% end %> title="<%- @Ti( 'previous in Overview' ) %>">
<li <% if !@previous: %>class="disabled"<% end %> title="<%- @Ti( 'Previous in overview' ) %>">
<a class="centered previous" href="<% if @previous: %><%- @previous.uiUrl() %><% end %>" data-id="<% if @previous: %><%- @previous.id %><% end %>">
<% if @previous: %>
<%- @Icon('arrow-left') %>
@ -10,7 +10,7 @@
<%- @Icon('arrow-left', 'arrow--disabled') %>
<% end %>
</a>
<li <% if !@next: %>class="disabled"<% end %> title="<%- @Ti( 'next in Overview' ) %>">
<li <% if !@next: %>class="disabled"<% end %> title="<%- @Ti( 'Next in overview' ) %>">
<a class="centered next" href="<% if @next: %><%- @next.uiUrl() %><% end %>" data-id="<% if @next: %><%- @next.id %><% end %>">
<% if @next: %>
<%- @Icon('arrow-right') %>