From c127ff075107e91434d147cb2661e25ca5472eb8 Mon Sep 17 00:00:00 2001 From: jakubs <jakubs> Date: Thu, 4 Feb 2016 16:14:52 +0000 Subject: [PATCH] SSDM-3080: add extra text to the wildcard string SVN: 35632 --- .../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 b3c36d0d9b0..4aca606de9d 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 @@ -271,7 +271,7 @@ var common = { search_button: "Search", use_wildcard_checkbox_text: "*?", - use_wildcard_checkbox_text_long: "Search with Wildcards", + use_wildcard_checkbox_text_long: "Search with Wildcards (*?)", use_wildcard_checkbox_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.", global_search: "[{0}]: '{1}'", identifier: "Identifier", -- GitLab