From b1078ef268d1ebd17d6d8c7489807c36a037fe52 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sun, 31 May 2009 12:14:40 +0000 Subject: [PATCH] Correct translation name. --- app/views/changeset/list_bbox.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/changeset/list_bbox.rhtml b/app/views/changeset/list_bbox.rhtml index 530b5a296..3905c4441 100644 --- a/app/views/changeset/list_bbox.rhtml +++ b/app/views/changeset/list_bbox.rhtml @@ -8,7 +8,7 @@ if @bbox!=nil %>

-<%= t'changeset.list_bbox.changesets.within_the_area' %> +<%= t'changeset.list_bbox.changesets_within_the_area' %> ('><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%>)

-- 2.43.2