diff Lib/IMPL/Web/View/Metadata/FormMeta.pm @ 383:2f16f13b000c

DOM localization
author cin
date Thu, 23 Jan 2014 17:26:34 +0400
parents d5c8b955bf8d
children 0d63f5273307
line wrap: on
line diff
--- a/Lib/IMPL/Web/View/Metadata/FormMeta.pm	Thu Jan 23 02:35:28 2014 +0400
+++ b/Lib/IMPL/Web/View/Metadata/FormMeta.pm	Thu Jan 23 17:26:34 2014 +0400
@@ -49,7 +49,7 @@
 }
 
 sub label {
-	shift->GetSchemaProperty('display');
+	shift->GetSchemaProperty('label');
 }
 
 sub inputType {