Fix wrong property name

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@658368 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/OSGI-INF/metatype/metatype.properties b/webconsole/src/main/resources/OSGI-INF/metatype/metatype.properties
index a57af88..4e0bf36 100644
--- a/webconsole/src/main/resources/OSGI-INF/metatype/metatype.properties
+++ b/webconsole/src/main/resources/OSGI-INF/metatype/metatype.properties
@@ -40,5 +40,5 @@
  Management Console.
  
 default.render.name = Default Page
-default.render.name.description = The name of the default configuration page \
+default.render.description = The name of the default configuration page \
  when invoking the OSGi Management console.
\ No newline at end of file