From 3f044206d2e40d36e246bd18bc121a67623843db Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 16 Feb 2009 12:11:47 +0000
Subject: [PATCH] LMS-749 minor: change "Search" to "Search Criteria" according
 to Randy suggestion

SVN: 9840
---
 .../cisd/openbis/public/common-dictionary.js  | 54 +++++++++----------
 1 file changed, 27 insertions(+), 27 deletions(-)

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 d7d99023fc3..143d39fca0a 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
@@ -185,35 +185,35 @@ var common = {
   samples: "Samples",
   samples_list: "List of samples (codes or identifiers) separated by commas (\",\") or one sample per line.",
 
-  //
-  // Vocabulary Browser
-	//
-  vocabulary_browser: "Vocabulary Browser",
-  is_managed_internally: "Managed Internally?",
+ //
+ // Vocabulary Browser
+ //
+ vocabulary_browser: "Vocabulary Browser",
+ is_managed_internally: "Managed Internally?",
  
-  //
-  // Project Browser
-  //
-  project_browser: "Project Browser",
+ //
+ // Project Browser
+ //
+ project_browser: "Project Browser",
 
-  //
-  // Project Registration
-  //
-  project_registration: "Project Registration",
-  
-  //
-  // Data Set Search
-  //
-  data_set_search: "Data Set Search",
-  location: "Location",
-  match_all: "Match all criteria",
-  match_any: "Match any criteria",
-  button_change_query : "Search",
-  data_set_type: "Data Set Type",
-  parent_code: "Parent Code",
-  file_format_type: "File Type",
-  production_date: "Production Date",
-  data_producer_code: "Producer",
+ //
+ // Project Registration
+ //
+ project_registration: "Project Registration",
+  
+ //
+ // Data Set Search
+ //
+ data_set_search: "Data Set Search",
+ location: "Location",
+ match_all: "Match all criteria",
+ match_any: "Match any criteria",
+ button_change_query : "Search Criteria",
+ data_set_type: "Data Set Type",
+ parent_code: "Parent Code",
+ file_format_type: "File Type",
+ production_date: "Production Date",
+ data_producer_code: "Producer",
  
   // LAST LINE: KEEP IT AT THE END
   lastline: "" // we need a line without a comma
-- 
GitLab