[mashup-dev] svn commit r14495 - trunk/mashup/java/modules/www
svn at wso2.org
svn at wso2.org
Tue Mar 4 02:50:18 PST 2008
Author: tyrell
Date: Tue Mar 4 02:50:15 2008
New Revision: 14495
Log:
Minor change
Modified:
trunk/mashup/java/modules/www/header.jsp
Modified: trunk/mashup/java/modules/www/header.jsp
==============================================================================
--- trunk/mashup/java/modules/www/header.jsp (original)
+++ trunk/mashup/java/modules/www/header.jsp Tue Mar 4 02:50:15 2008
@@ -68,7 +68,7 @@
<% }
}
if (!RegistryUtils.isLoggedIn(registry)) { %>
- <li class="tab"><a title="Register for an account, so that you can use the full functionality." href="register_self.jsp?firstcall=true&bounceback=<%=URLEncoder.encode(thisPage,"UTF-8")%>">Sign up</a></li><li class="tab-right"><img src="images/blank.gif" width="8"/></li>
+ <li class="tab"><a title="Register for an account, so that you can use the full set of features." href="register_self.jsp?firstcall=true&bounceback=<%=URLEncoder.encode(thisPage,"UTF-8")%>">Sign up</a></li><li class="tab-right"><img src="images/blank.gif" width="8"/></li>
<% } %>
</ul>
</td>
More information about the Mashup-dev
mailing list