"download" in edit trace was untranslatable
This commit is contained in:
parent
a268dbbff0
commit
17e9016373
2 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
<table border="0">
|
||||
<tr>
|
||||
<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>
|
||||
<td><%= t'trace.edit.uploaded_at' %></td>
|
||||
|
|
|
@ -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."
|
||||
edit:
|
||||
filename: "Filename:"
|
||||
download: "download"
|
||||
uploaded_at: "Uploaded at:"
|
||||
points: "Points:"
|
||||
start_coord: "Start coordinate:"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue