"download" in edit trace was untranslatable

This commit is contained in:
Ævar Arnfjörð Bjarmason 2009-06-22 23:27:11 +00:00
parent a268dbbff0
commit 17e9016373
2 changed files with 2 additions and 1 deletions

View file

@ -7,7 +7,7 @@
<table border="0"> <table border="0">
<tr> <tr>
<td><%= t'trace.edit.filename' %></td> <td><%= t'trace.edit.filename' %></td>
<td><%= @trace.name %> (<%= link_to 'download', :controller => 'trace', :action => 'data', :id => @trace.id %>)</td> <td><%= @trace.name %> (<%= link_to t('trace.edit.download'), :controller => 'trace', :action => 'data', :id => @trace.id %>)</td>
</tr> </tr>
<tr> <tr>
<td><%= t'trace.edit.uploaded_at' %></td> <td><%= t'trace.edit.uploaded_at' %></td>

View file

@ -573,6 +573,7 @@ en:
trace_uploaded: "Your GPX file has been uploaded and is awaiting insertion in to the database. This will usually happen within half an hour, and an email will be sent to you on completion." trace_uploaded: "Your GPX file has been uploaded and is awaiting insertion in to the database. This will usually happen within half an hour, and an email will be sent to you on completion."
edit: edit:
filename: "Filename:" filename: "Filename:"
download: "download"
uploaded_at: "Uploaded at:" uploaded_at: "Uploaded at:"
points: "Points:" points: "Points:"
start_coord: "Start coordinate:" start_coord: "Start coordinate:"