From 1c6f35b63adaf44bf7f866087ae70b17b3aceb83 Mon Sep 17 00:00:00 2001 From: tpylak <tpylak> Date: Mon, 21 Dec 2009 11:01:00 +0000 Subject: [PATCH] LMS-1075 minor: improve labels in project tree SVN: 14016 --- .../ch/systemsx/cisd/openbis/public/common-dictionary.js | 6 +++--- 1 file changed, 3 insertions(+), 3 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 eb5f7f82cb2..d8bad9990e4 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 @@ -155,10 +155,10 @@ var common = { experiment_type: "Experiment Type", project_selector_title: "Project Selection", - project_selector_tooltip: "- Click on a row with project code to select it.\n- If Group/Project description is available it will show up in a tooltip when you mouse over their codes.", + project_selector_tooltip: "No description available. \nClick on a row with project code to select it.", project_selector_code_column: "Group/Project Code", - project_selector_details_link_label: "(details)", - project_selector_details_link_tooltip: "Click on the link to show project details in a viewer.", + project_selector_details_link_label: "(?)", + project_selector_details_link_tooltip: "Click on the link to see project details.", // -- GitLab