]> git.openstreetmap.org Git - rails.git/commitdiff
There was no "Sorry not found" message for changesets so
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 7 Sep 2009 12:16:17 +0000 (12:16 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Mon, 7 Sep 2009 12:16:17 +0000 (12:16 +0000)
/browse/changeset/123456789 would return the message "Sorry, the with
the id 123456789, could not be found.". It now says "Sorry, the
changeset with the id 123456789, could not be found."

app/views/browse/not_found.html.erb
config/locales/en.yml
config/locales/is.yml

index 743ab0c8e0bb6543e427a1c99065b1f63c218649..f536ef9ffea74b30bf766c51d28d7aa0dcf51c9e 100644 (file)
@@ -3,6 +3,7 @@
     'node' => I18n.t('browse.not_found.type.node'),
     'way' => I18n.t('browse.not_found.type.way'),
     'relation' => I18n.t('browse.not_found.type.relation'),
     'node' => I18n.t('browse.not_found.type.node'),
     'way' => I18n.t('browse.not_found.type.way'),
     'relation' => I18n.t('browse.not_found.type.relation'),
+    'changeset' => I18n.t('browse.not_found.type.changeset'),
   };
 %>
 <p><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></p>
   };
 %>
 <p><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></p>
index 9dca6c019a50bce7d858457cf3c23822f16e49da..012457a70161bf0e5277cfcef43818339c41b6ce 100644 (file)
@@ -153,6 +153,7 @@ en:
         node: node
         way: way
         relation: relation
         node: node
         way: way
         relation: relation
+        changeset: changeset
     paging_nav:
       showing_page: "Showing page"
       of: "of"
     paging_nav:
       showing_page: "Showing page"
       of: "of"
index c38ae9ae17eb875f12f07b64987b0ff1ac49392c..73f498c3f38b596048779ae2ae6e1da6588a0814 100644 (file)
@@ -153,6 +153,7 @@ is:
         node: fannst ekki hnútur
         way: fannst ekki vegur
         relation: fundust ekki vensli
         node: fannst ekki hnútur
         way: fannst ekki vegur
         relation: fundust ekki vensli
+        changeset: fannst ekki breytingarsett
     paging_nav:
       showing_page: "Sýni síðu"
       of: "af"
     paging_nav:
       showing_page: "Sýni síðu"
       of: "af"