Index: trunk/data/defaultpresets.xml
===================================================================
--- trunk/data/defaultpresets.xml	(revision 3740)
+++ trunk/data/defaultpresets.xml	(revision 3741)
@@ -39,4 +39,11 @@
   display_values: comma separated list of values to be displayed instead of the
                   database values, order and number must be equal to values
+  short_description: comma separated list of texts to be displayed below each
+                    display_value. (Only if it is not possible to describe 
+                    the entry in 2-3 words.) Instead of comma separeted list, you can
+                    also write it in the following form: 
+                        <short_description>first description</short_description>
+                                ...
+                        <short_description>last description</short_description>
   default: default string to display
   delete_if_empty: true/false
Index: trunk/data/tagging-preset.xsd
===================================================================
--- trunk/data/tagging-preset.xsd	(revision 3740)
+++ trunk/data/tagging-preset.xsd	(revision 3741)
@@ -118,4 +118,7 @@
 
 	<complexType name="combo">
+		<sequence>
+			<element name="short_description" type="string" minOccurs="0" maxOccurs="unbounded"/>
+		</sequence>
 		<attribute name="key" type="string" use="required" />
 		<attribute name="text" type="string" />
