From a0937b52cde8228b5ac8b31d6b3d249ac13de53c Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 23 Jun 2010 14:36:27 +0000 Subject: [PATCH] LMS-1559 Changes text shown by "Export Data" operation. SVN: 16700 --- .../java/ch/systemsx/cisd/openbis/public/common-dictionary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js b/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js index 0b9de0a100f..65bf67fb905 100644 --- a/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js +++ b/openbis/source/java/ch/systemsx/cisd/openbis/public/common-dictionary.js @@ -557,7 +557,7 @@ var common = { data_store_code: "Data Store", button_upload_datasets: "Export Data", confirm_dataset_upload_title: "Uploading Confirmation and Authentication", - confirm_dataset_upload_msg: "You are going to upload data set(s) to CIFEX ({0}) in a single ZIP file.<br/><br/>Please, enter additional information:", + confirm_dataset_upload_msg: "This operation combines the chosen data set(s) into a single zip file, which is uploaded to CIFEX ({0}). Once in CIFEX, you may download the data or send it to colleagues.<br/><br/>Please, enter the following information:", confirm_dataset_upload_file_name_field: "File name", confirm_dataset_upload_comment_field: "Comment", confirm_dataset_upload_user_field: "CIFEX user", -- GitLab