diff --git a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java
index 24e172200881d400560f1131d9bda6c1c97100b4..56ed29faed71a83f805ef09b5e2dd0268130eb9c 100644
--- a/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java
+++ b/org.fortiss.tooling.kernel.ui/trunk/src/org/fortiss/tooling/kernel/ui/extension/base/PropertySectionBase.java
@@ -60,7 +60,7 @@ import org.fortiss.tooling.kernel.service.ILibraryService;
  * @author hoelzl
  * @author $Author$
  * @version $Rev$
- * @ConQAT.Rating GREEN Hash: B5FBB5DD63A332DCBACCBDB78A917996
+ * @ConQAT.Rating YELLOW Hash: B9304656B01A96F3DC2E818F1A8DA952
  */
 public abstract class PropertySectionBase extends AbstractPropertySection {
 
@@ -253,7 +253,7 @@ public abstract class PropertySectionBase extends AbstractPropertySection {
 	}
 
 	/** Creates a form entry and return the label */
-	protected Label createFormEntryAndReturnLable(Control control, String labelName) {
+	protected Label createFormEntryAndReturnLabel(Control control, String labelName) {
 		labelName = labelName.trim();
 		if(labelName.endsWith(":")) {
 			labelName = labelName.replaceAll(":$", "");