X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/5449cf4adcc1fad4b9f43426e6d3e4a8f65e6fbb..8f8cbc4ae8c0b335a9f68c7749ad49a4a74e3e07:/app/views/diary_entry/no_such_entry.rhtml diff --git a/app/views/diary_entry/no_such_entry.rhtml b/app/views/diary_entry/no_such_entry.rhtml index 1ebcf269c..eef0e47d2 100644 --- a/app/views/diary_entry/no_such_entry.rhtml +++ b/app/views/diary_entry/no_such_entry.rhtml @@ -1,2 +1,2 @@ -
Sorry, there is no diary entry or comment with the id <%=h params[:id] -%>, or no id was given. Please check your spelling, or maybe the link you clicked is wrong.
+<%= t 'diary_entry.no_such_entry.body', :id => h(params[:id]) %>