]> git.openstreetmap.org Git - rails.git/commitdiff
Correct translation name.
authorTom Hughes <tom@compton.nu>
Sun, 31 May 2009 12:14:40 +0000 (12:14 +0000)
committerTom Hughes <tom@compton.nu>
Sun, 31 May 2009 12:14:40 +0000 (12:14 +0000)
app/views/changeset/list_bbox.rhtml

index 530b5a29642e856582203dde796eb9724051a629..3905c4441e52232ba14b0bb17d87b0d35c496b70 100644 (file)
@@ -8,7 +8,7 @@ if @bbox!=nil
 
        %>
 <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>) 
 
 </p>