Correct translation name.

This commit is contained in:
Tom Hughes 2009-05-31 12:14:40 +00:00
parent ef313e7378
commit b1078ef268

View file

@ -8,7 +8,7 @@ if @bbox!=nil
%> %>
<p> <p>
<%= t'changeset.list_bbox.changesets.within_the_area' %> <%= t'changeset.list_bbox.changesets_within_the_area' %>
(<a href='/?minlon=<%= minlon %>&minlat=<%= minlat %>&maxlon=<%= maxlon %>&maxlat=<%= maxlat %>&box=yes' title='<%= t'changeset.list_bbox.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.list_bbox.show_area_box' %>'><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%></a>)
</p> </p>