From c756a91ddefd0b999032c589ead319b9da0f2c8e Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Fri, 20 May 2011 07:47:20 +0000 Subject: [PATCH] [LMS-2104] minor: missing dictionary change SVN: 21404 --- .../ch/systemsx/cisd/openbis/public/common-dictionary.js | 5 +++-- 1 file changed, 3 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 c26a1989c75..78e8191072d 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 @@ -189,7 +189,6 @@ var common = { space: "Space", groups: "Spaces", project: "Project", - container_dataset: "Container", experiment: "Experiment", experiment_identifier: "Experiment Identifier", generated_from: "Parent {0}", @@ -218,7 +217,9 @@ var common = { // // DataSet Browser // - + + container_dataset: "Container", + order_in_container: "Order in Container", children_datasets: "Children", no_datasets_selected: "No Data Sets were selected.", datasets_from_different_stores_selected: "Data Sets from different Data Stores were selected, so no operation can be performed on all of them.", -- GitLab