From e2a2dd2a4e0e7b380ccafefe88ea9349416fb969 Mon Sep 17 00:00:00 2001 From: Chetan Verma <63091769+chetan-v@users.noreply.github.com> Date: Tue, 30 Jun 2020 11:55:15 +0530 Subject: [PATCH] Fix misstatement about supported formats in import project screen (#2841) Closes #2753. --- main/webapp/modules/core/langs/translation-en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/webapp/modules/core/langs/translation-en.json b/main/webapp/modules/core/langs/translation-en.json index 6585f3d2c..91213d986 100644 --- a/main/webapp/modules/core/langs/translation-en.json +++ b/main/webapp/modules/core/langs/translation-en.json @@ -52,7 +52,7 @@ "core-index-create/formats": "TSV, CSV, *SV, Excel (.xls and .xlsx), JSON, XML, RDF as XML, and Google Data documents are all supported. Support for other formats can be added with OpenRefine extensions.", "core-index-create/from": "Get data from", "core-index-import/import-proj": "Import Project", - "core-index-import/locate": "Locate an existing Refine project file (.tar or .tar.gz or .zip):", + "core-index-import/locate": "Locate an existing Refine project file (.tar or .tar.gz):", "core-index-import/file": "Project file:", "core-index-import/rename": "Re-name project (optional):", "core-index-import/inspecting": "Inspecting selected files …",