From 39fdc7a9eae7f933167b46c6207f819ea6474680 Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Tue, 12 Jul 2011 11:23:45 +0000
Subject: [PATCH] minor: removed unused dictionary entry

SVN: 22083
---
 .../plugin/screening/client/web/public/screening-dictionary.js   | 1 -
 1 file changed, 1 deletion(-)

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 ccc22d70049..34b53f1bef3 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
@@ -113,7 +113,6 @@ FIND_IN_ALL_ASSAYS: "Find {0} in all experiments",
 MATERIAL_IN_ASSAY: "{0} in experiment {1}",
 SHOW_ASSAY: "Show experiment {0}",
 MATERIAL_IN_ALL_ASSAYS: "{0} in all experiments",
-MATERIAL_IN_ALL_ASSAYS_OF_PROJECT: "{0} in all experiments of project {1}",
 
 // LAST LINE: KEEP IT AT THE END
 lastline: "" // we need a line without a comma
-- 
GitLab