From e18c68cdcb06c835fa7403d1b73a87eb607b304b Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Wed, 22 Sep 2010 07:57:51 +0000
Subject: [PATCH] HCS: labels improvement

SVN: 17944
---
 .../screening/client/web/public/screening-dictionary.js   | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/public/screening-dictionary.js b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/public/screening-dictionary.js
index 8a0d65021da..adc6126f2bc 100644
--- a/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/public/screening-dictionary.js
+++ b/screening/source/java/ch/systemsx/cisd/openbis/plugin/screening/client/web/public/screening-dictionary.js
@@ -72,11 +72,11 @@ var screening = {
     IMAGE_ANALYSIS_DATA_SET: "Image Analysis Dataset",
     IMAGE_DATA_SET: "Image Dataset",
     
-    PLATE_MATERIAL_REVIEWER_TITLE: "Material Search",
-    PLATE_MATERIAL_REVIEWER_SPECIFY_METERIAL_ITEMS: "List of material codes or properties (e.g. gene ids, gene symbols, gene descriptions, control names, compound names) separated by commas (\",\") or one item per line.",
+    PLATE_MATERIAL_REVIEWER_TITLE: "Wells Search",
+    PLATE_MATERIAL_REVIEWER_SPECIFY_METERIAL_ITEMS: "E.g. gene symbols, gene ids, gene descriptions, control names or compound names. Separate items with commas (\",\") or specify one item per line.",
 
-    EXPERIMENT_PLATE_MATERIAL_REVIEWER_SECTION: "Material Search",
-    EXPERIMENT_PLATE_MATERIAL_BROWSER_SECTION: "Well Materials",
+    EXPERIMENT_PLATE_MATERIAL_REVIEWER_SECTION: "Wells Search",
+    EXPERIMENT_PLATE_MATERIAL_BROWSER_SECTION: "Library Index",
 		EXACT_MATCH_ONLY: "Exact Matches Only",
 	
   
-- 
GitLab