From 264b96a8200681ba0cced924254f1ae523c770b0 Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Thu, 24 Aug 2017 07:47:02 +0000
Subject: [PATCH] SSDM-5442: Improved warning message.

SVN: 38655
---
 .../client/application/ui/search/DetailedSearchWindow.java   | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/search/DetailedSearchWindow.java b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/search/DetailedSearchWindow.java
index 04ce4459698..2f6b3ee727f 100644
--- a/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/search/DetailedSearchWindow.java
+++ b/openbis/source/java/ch/systemsx/cisd/openbis/generic/client/web/client/application/ui/search/DetailedSearchWindow.java
@@ -299,9 +299,8 @@ public class DetailedSearchWindow extends Dialog
         boolean tooGeneric = isSearchTooGeneric(criteria);
         if (tooGeneric)
         {
-            MessageBox.confirm("Warning", "This search query uses '*' "
-                    + "which might lead to too many search results."
-                    + "This can take quite a while before the first search results appear.<br><br>"
+            MessageBox.confirm("Warning", "This search query is too broad. "
+                    + "This might take a long time and might lead to a very large number of search results.<br><br>"
                     + "Do you want to submit the query anyway?", new Listener<MessageBoxEvent>()
                 {
                     @Override
-- 
GitLab