From ccedc2be4f4a2f88fac31226952e01583c57eabf Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Thu, 18 Mar 2010 09:10:42 +0000
Subject: [PATCH] bug fixed: double "

SVN: 15179
---
 .../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 b8172fc78a8..e42fe18ce6d 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
@@ -561,7 +561,7 @@ var common = {
  
  processing_info_title: "Processing",
  processing_info_msg: "'{0}' has been scheduled successfully. Email will be send to you when it is finished.",
- dataset_not_available_msg: ""Data Set {0} is {1}. You can not perform any operation using its data.",
+ dataset_not_available_msg: "Data Set {0} is {1}. You can not perform any operation using its data.",
  
  //
  // Material Browser
-- 
GitLab