There was no "Sorry not found" message for changesets so

/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."
This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-09-07 12:16:17 +00:00
parent 3a2014dfd6
commit b3ff342e6b
3 changed files with 3 additions and 0 deletions

View 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'),
'changeset' => I18n.t('browse.not_found.type.changeset'),
};
%>
<p><%= t'browse.not_found.sorry', :type=> browse_not_found_type[@type] , :id => params[:id] %></p>