trace.edit.tags and trace.edit.save_button were mistakenly in the locale files but not actually used. fixed this

This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-06-22 23:20:53 +00:00
parent 340d5c05cf
commit a268dbbff0

View file

@ -31,13 +31,13 @@
<td><%= f.text_field :description %></td> <td><%= f.text_field :description %></td>
</tr> </tr>
<tr> <tr>
<td>Tags:</td> <td><%= t'trace.edit.tags' %></td>
<td><%= f.text_field :tagstring %></td> <td><%= f.text_field :tagstring %></td>
</tr> </tr>
</table> </table>
<br /><br /> <br /><br />
<%= submit_tag 'Save Changes' %> <%= submit_tag t'trace.edit.save_button' %>
<% end %> <% end %>