Fix a few typos in translation resource names.
This commit is contained in:
parent
8e017f412c
commit
5b0024e61a
2 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
||||||
maxlon = changeset.max_lon/GeoRecord::SCALE.to_f
|
maxlon = changeset.max_lon/GeoRecord::SCALE.to_f
|
||||||
maxlat = changeset.max_lat/GeoRecord::SCALE.to_f
|
maxlat = changeset.max_lat/GeoRecord::SCALE.to_f
|
||||||
%>
|
%>
|
||||||
<a href='/?minlon=<%= minlon %>&minlat=<%= minlat %>&maxlon=<%= maxlon %>&maxlat=<%= maxlat %>&box=yes' title='<%= t'changeset.changset.show_area_box' %>'><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%></a>
|
<a href='/?minlon=<%= minlon %>&minlat=<%= minlat %>&maxlon=<%= maxlon %>&maxlat=<%= maxlat %>&box=yes' title='<%= t'changeset.changeset.show_area_box' %>'><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%></a>
|
||||||
<!--<%=changeset.area%>-->
|
<!--<%=changeset.area%>-->
|
||||||
<% if changeset.area > 1500000000000 %>
|
<% if changeset.area > 1500000000000 %>
|
||||||
<% t'changeset.changeset.big_area' %>
|
<% t'changeset.changeset.big_area' %>
|
||||||
|
|
|
@ -21,7 +21,7 @@ if @bbox!=nil
|
||||||
<%= render :partial => 'changesets' %>
|
<%= render :partial => 'changesets' %>
|
||||||
<%= render :partial => 'changeset_paging_nav' %>
|
<%= render :partial => 'changeset_paging_nav' %>
|
||||||
|
|
||||||
<p><%= t'changeset.list_bbox.all_changes_everywhere' , :recent_changes_link => link_to(t('changest.list_bbox.recent_changes'), :controller => "browse", :action => "changesets") %> </p>
|
<p><%= t'changeset.list_bbox.all_changes_everywhere' , :recent_changes_link => link_to(t('changeset.list_bbox.recent_changes'), :controller => "browse", :action => "changesets") %> </p>
|
||||||
|
|
||||||
<%
|
<%
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue