diff --git a/build.gradle b/build.gradle
index 08565ddfb47b7a6042a79a35c6a2b725d1db976f..e2eaa38231eb35156cd664f753036e2571d9c43e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,6 +1,6 @@
 apply plugin: 'base'
 
-/*	--!		 Please Define the Parent ID and and the Group Id! 		--!	*/
+/*	--!		 Please Define the Group ID, Features, Descrptions, Labels and the Parent Id  		--!	*/
 
 groupID			=	"de.prob"
 features		=	["de.prob2.feature"]		// must be the same as the folder name
@@ -14,7 +14,7 @@ project Rodin.
 Development is continued under the EU funded project Deploy and
 the DFG project Gepavas. 
 ProB has been successfully used on various industrial specifications
-and is now being used within Siemens."""] ]		// label und descriptions of the features
+and is now being used within Siemens."""] ]		// label and descriptions of the features
 
 repositoryName	=	"de.prob.repository"		// will be the folder name
 parentID		= 	"de.prob.parent"			// will be the same as the folder name
@@ -261,6 +261,7 @@ task createRepository() << {
 	for(int i = 0; i < features.size(); i++){
 				
 		f << categoryDescription(features[i], descriptions[features[i]][0] ,descriptions[features[i]][1])
+		//							featureName,	label,		description
 	}//for
 				
 	f << categoryEnd()