From: Tom Hughes Date: Mon, 1 Jun 2009 08:44:34 +0000 (+0000) Subject: Fix a few typos in translation resource names. X-Git-Tag: live~7295 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/5b0024e61abe15543740bdc4b58c673d62a394d2 Fix a few typos in translation resource names. --- 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