From e35c9a8a1b100d1ae2fed00eca0e6132a9f9d13b Mon Sep 17 00:00:00 2001 From: buczekp <buczekp> Date: Wed, 10 Feb 2010 12:58:23 +0000 Subject: [PATCH] minor: improved dictionary label SVN: 14682 --- .../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 3b43b1ef967..cfc990986f1 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 @@ -422,7 +422,7 @@ var common = { use_wildcard_search_mode_tooltip: "Check to treat '*' and '?' as wildcards in searched text. Note, that only whole words will match if you don't add '*' at the beginning and at the end of the text.", reset_user_settings_button: "Restore Default", reset_user_settings_confirmation_msg: "Are you sure that you want to restore default settings?<br><br><b>Note that:</b><li>Every setting you changed in this application apart from home group, e.g. hiding/showing certain columns in a browser, will be lost.<li>All currently opened tabs will be closed.", - real_number_formating_fields: "Real Number Formating in Tables", + real_number_formating_fields: "Custom Real Number Formating in Tables", scientific_formating: "Scientific", real_number_formating_precision: "Precision", -- GitLab