From 1a72429920ce3fdb97a9499501d8a523c49ee33e Mon Sep 17 00:00:00 2001
From: buczekp <buczekp>
Date: Wed, 22 Jun 2011 13:53:01 +0000
Subject: [PATCH] [LMS-2281] dictionary fix

SVN: 21817
---
 .../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 366e287a84f..330f569db16 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
@@ -78,8 +78,8 @@ var common = {
   // Table Modifications
   //
   
-  confirm_save_table_modifications_dialog_title: "Save Table Modifications?"
-  confirm_save_table_modifications_dialog_message: "There are modifications in the table that you didn't save. If you don't save them now they will be lost.</br></br>Would you like to save your changes?"
+  confirm_save_table_modifications_dialog_title: "Save Table Modifications?",
+  confirm_save_table_modifications_dialog_message: "There are modifications in the table that you didn't save. If you don't save them now they will be lost.</br></br>Would you like to save your changes?",
   table_modifications: "Table Modifications:",
   table_modifications_info_title: "Table Modification Mode On",
   table_modifications_info_text: "Use <i>Table Modifications</i> toolbar below the table to <b>save</b> or <b>cancel</b> the changes made in table cells.",
-- 
GitLab