From 4950772af28706de93a2cb0756396875a2690261 Mon Sep 17 00:00:00 2001
From: Piotr Gawron <piotr.gawron@uni.lu>
Date: Wed, 23 May 2018 13:12:20 +0200
Subject: [PATCH] configuration option description improved

---
 .../lcsb/mapviewer/model/user/ConfigurationElementType.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java b/model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java
index 5e3fea353f..a9ce9dd9ea 100644
--- a/model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java
+++ b/model/src/main/java/lcsb/mapviewer/model/user/ConfigurationElementType.java
@@ -79,7 +79,7 @@ public enum ConfigurationElementType {
   /**
    * Max number of results in search box.
    */
-  SEARCH_RESULT_NUMBER("Max number of results in search box. ", "100", ConfigurationElementEditType.INTEGER, false,
+  SEARCH_RESULT_NUMBER("Max number of results (this value indicates the max number of elements that will be returned from search - not the number of aggregated elements in the search box).", "100", ConfigurationElementEditType.INTEGER, false,
       ConfigurationElementTypeGroup.POINT_AND_CLICK),
 
   /**
-- 
GitLab