Skip to content

Commit

Permalink
updated label for ODF
Browse files Browse the repository at this point in the history
  • Loading branch information
johnadamsDFID committed Oct 7, 2015
1 parent fac4f41 commit 366b5ed
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions helpers/codelists.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,12 @@ module CodeLists
}

@@iati_mime_types = {
"application/msword" => "Word Document",
"application/vnd.ms-excel" => "Excel Spreadsheet",
"application/msword" => "Microsoft Word Document",
"application/vnd.ms-excel" => "Microsoft Excel Spreadsheet",
"application/octet-stream" => "Binary file",
"application/pdf" => "PDF Document",
"text/html" => "Web Page",
"application/vnd.oasis.opendocument.text" => "Open Word Document"

"application/vnd.oasis.opendocument.text" => "Open Document Format"
}

@@transaction_titles = {
Expand Down

0 comments on commit 366b5ed

Please sign in to comment.