[Yanel-commits] rev 56024 - public/yanel/trunk/src/contributions/resources/404/htdocs

michi at wyona.com michi at wyona.com
Wed Jan 12 21:52:34 CET 2011


Author: michi
Date: 2011-01-12 21:52:34 +0100 (Wed, 12 Jan 2011)
New Revision: 56024

Modified:
   public/yanel/trunk/src/contributions/resources/404/htdocs/404.xsl
Log:
i18n tag names upgraded

Modified: public/yanel/trunk/src/contributions/resources/404/htdocs/404.xsl
===================================================================
--- public/yanel/trunk/src/contributions/resources/404/htdocs/404.xsl	2011-01-12 20:51:32 UTC (rev 56023)
+++ public/yanel/trunk/src/contributions/resources/404/htdocs/404.xsl	2011-01-12 20:52:34 UTC (rev 56024)
@@ -25,10 +25,10 @@
                   - 404
                 </xsl:when>
                 <xsl:when test="child::node()/yanel:exception">
-                  <i18n:message key="anErrorOccurred">- An error occurred</i18n:message>
+                  <i18n:text key="anErrorOccurred">- An error occurred</i18n:text>
                 </xsl:when>
                 <xsl:otherwise>
-                  <i18n:message key="pageInfo">- Page Info</i18n:message>
+                  <i18n:text key="pageInfo">- Page Info</i18n:text>
                 </xsl:otherwise>
               </xsl:choose>
             </title>
@@ -47,13 +47,13 @@
               Yanel - 
               <xsl:choose>
                 <xsl:when test="/yanel:yanel/yanel:exception/@yanel:status = '404'">
-                  <i18n:message key="error404">404</i18n:message>
+                  <i18n:text key="error404">404</i18n:text>
                 </xsl:when>
                 <xsl:when test="child::node()/yanel:exception">
-                  <i18n:message key="anErrorOccurred">An error occurred</i18n:message>
+                  <i18n:text key="anErrorOccurred">An error occurred</i18n:text>
                 </xsl:when>
                 <xsl:otherwise>
-                  <i18n:message key="pageInfo">Page Info</i18n:message>
+                  <i18n:text key="pageInfo">Page Info</i18n:text>
                 </xsl:otherwise>
               </xsl:choose>
             </td>



More information about the Yanel-commits mailing list