diff options
| author | Michel Etienne | 2014-09-11 16:55:07 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-09-11 16:55:07 +0200 |
| commit | 06ff98378cc619a111e9f105424c920aa21561dc (patch) | |
| tree | 050a0662e2a1e0d8357177118d97512d9d51fb55 /app/views/exports | |
| parent | 76b7562ba2710a495dfe0700cca90ed70eee8bef (diff) | |
| download | chouette-core-06ff98378cc619a111e9f105424c920aa21561dc.tar.bz2 | |
internationalize and add comments on exchange formats
Diffstat (limited to 'app/views/exports')
| -rw-r--r-- | app/views/exports/new.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/exports/new.html.erb b/app/views/exports/new.html.erb index feb099223..8405e2c4d 100644 --- a/app/views/exports/new.html.erb +++ b/app/views/exports/new.html.erb @@ -2,7 +2,7 @@ <%= semantic_form_for([@referential, @export], :as => :export, :url => new_referential_export_path(@referential), :method => :get) do |form| %> <%= form.inputs do %> - <%= form.input :type, :as => :radio, :collection => Export.types.map { |format| [ Export.format_name(format), format]}, :required => true, :include_blank => false %> + <%= form.input :type, :as => :radio, :collection => Export.types.map { |format| [ Export.format_label(format), format]}, :required => true, :include_blank => false %> <% end %> <% end %> |
