Fix a few typos in translation resource names.

This commit is contained in:
Tom Hughes 2009-06-01 08:44:34 +00:00
parent 8e017f412c
commit 5b0024e61a
2 changed files with 2 additions and 2 deletions

View file

@ -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' %>

View file

@ -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