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 5e3fea353fdc3c2e5973d4876f8953fc95627207..a9ce9dd9ea74fc3047c5d1323fffd8f9fac070ec 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),
 
   /**