From eec6e5bc5f49e7a35190e470a9887c5de7234d29 Mon Sep 17 00:00:00 2001
From: tpylak <tpylak>
Date: Mon, 2 Aug 2010 13:34:22 +0000
Subject: [PATCH] minor: dictionary changes

SVN: 17324
---
 .../java/ch/systemsx/cisd/openbis/public/common-dictionary.js | 4 ++--
 1 file changed, 2 insertions(+), 2 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 65bf67fb905..5f3b3063586 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
@@ -296,14 +296,14 @@ var common = {
   
   menu_material: "Material",
   MATERIAL_MENU_BROWSE: "Browse",
-  MATERIAL_MENU_IMPORT: "Import",
+  MATERIAL_MENU_IMPORT: "Batch Import",
   MATERIAL_MENU_TYPES: "Types",
    
   menu_sample: "Sample",
   SAMPLE_MENU_SEARCH: "Advanced Search",
   SAMPLE_MENU_BROWSE: "Browse",
   SAMPLE_MENU_NEW: "New",
-  SAMPLE_MENU_IMPORT: "Import",
+  SAMPLE_MENU_IMPORT: "Batch Import",
   SAMPLE_MENU_MASS_UPDATE: "Batch Update",
   SAMPLE_MENU_TYPES: "Types",
   
-- 
GitLab