[OFBiz] SVN: r6058 - trunk/framework/common/webcommon
jonesde at svn.ofbiz.org
jonesde at svn.ofbiz.org
Tue Nov 1 08:41:11 EST 2005
Author: jonesde
Date: 2005-11-01 07:41:08 -0600 (Tue, 01 Nov 2005)
New Revision: 6058
Modified:
trunk/framework/common/webcommon/login.ftl
Log:
Fixed bad ui label name
Modified: trunk/framework/common/webcommon/login.ftl
===================================================================
--- trunk/framework/common/webcommon/login.ftl 2005-11-01 13:34:36 UTC (rev 6057)
+++ trunk/framework/common/webcommon/login.ftl 2005-11-01 13:41:08 UTC (rev 6058)
@@ -48,7 +48,7 @@
<table width='100%' border='0' cellspacing='0' cellpadding='0' class='boxtop'>
<tr>
<td valign='middle' align='center'>
- <div class="boxhead">${uiLabelMap.CommonRegistred}</div>
+ <div class="boxhead">${uiLabelMap.CommonRegistered}</div>
</td>
</tr>
</table>
More information about the Svn
mailing list