From: Ævar Arnfjörð Bjarmason Date: Mon, 22 Jun 2009 23:20:53 +0000 (+0000) Subject: trace.edit.tags and trace.edit.save_button were mistakenly in the locale files but... X-Git-Tag: live~7003 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/a268dbbff0ec04c057c3008d64f6fa589d0900e7?hp=340d5c05cf49b7bc743eb959c637a42bc258e2d8 trace.edit.tags and trace.edit.save_button were mistakenly in the locale files but not actually used. fixed this --- diff --git a/app/views/trace/edit.html.erb b/app/views/trace/edit.html.erb index fceaf0147..a3fab1e31 100644 --- a/app/views/trace/edit.html.erb +++ b/app/views/trace/edit.html.erb @@ -31,13 +31,13 @@ <%= f.text_field :description %> - Tags: + <%= t'trace.edit.tags' %> <%= f.text_field :tagstring %>

-<%= submit_tag 'Save Changes' %> +<%= submit_tag t'trace.edit.save_button' %> <% end %>