From 5b0024e61abe15543740bdc4b58c673d62a394d2 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 1 Jun 2009 08:44:34 +0000 Subject: [PATCH] Fix a few typos in translation resource names. --- app/views/changeset/_changeset.rhtml | 2 +- app/views/changeset/list_bbox.rhtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/changeset/_changeset.rhtml b/app/views/changeset/_changeset.rhtml index 75b94b4ef..da2bcbac1 100644 --- a/app/views/changeset/_changeset.rhtml +++ b/app/views/changeset/_changeset.rhtml @@ -38,7 +38,7 @@ maxlon = changeset.max_lon/GeoRecord::SCALE.to_f maxlat = changeset.max_lat/GeoRecord::SCALE.to_f %> - '><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%> + '><%= format("%0.3f",minlon) -%>,<%= format("%0.3f",minlat) -%>,<%= format("%0.3f",maxlon) -%>,<%= format("%0.3f",maxlat) -%> <% if changeset.area > 1500000000000 %> <% t'changeset.changeset.big_area' %> diff --git a/app/views/changeset/list_bbox.rhtml b/app/views/changeset/list_bbox.rhtml index 3905c4441..87c61790c 100644 --- a/app/views/changeset/list_bbox.rhtml +++ b/app/views/changeset/list_bbox.rhtml @@ -21,7 +21,7 @@ if @bbox!=nil <%= render :partial => 'changesets' %> <%= render :partial => 'changeset_paging_nav' %> -

<%= t'changeset.list_bbox.all_changes_everywhere' , :recent_changes_link => link_to(t('changest.list_bbox.recent_changes'), :controller => "browse", :action => "changesets") %>

+

<%= t'changeset.list_bbox.all_changes_everywhere' , :recent_changes_link => link_to(t('changeset.list_bbox.recent_changes'), :controller => "browse", :action => "changesets") %>

<% end -- 2.43.2