From 366b5edae1c487ee3c095699323d3abaaf1849f6 Mon Sep 17 00:00:00 2001 From: John Adams Date: Wed, 7 Oct 2015 13:10:59 +0100 Subject: [PATCH] updated label for ODF --- helpers/codelists.rb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/helpers/codelists.rb b/helpers/codelists.rb index 3b973028..9596a206 100644 --- a/helpers/codelists.rb +++ b/helpers/codelists.rb @@ -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 = {