You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by rf...@apache.org on 2008/10/02 16:23:53 UTC

svn commit: r701136 - in /lenya/trunk/src/webapp/lenya: resources/i18n/cmsui.xml xslt/exception/not-published-yet.xsl xslt/exception/parent-node-not-found.xsl

Author: rfrovarp
Date: Thu Oct  2 07:23:53 2008
New Revision: 701136

URL: http://svn.apache.org/viewvc?rev=701136&view=rev
Log:
Fixed spelling error

Modified:
    lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml
    lenya/trunk/src/webapp/lenya/xslt/exception/not-published-yet.xsl
    lenya/trunk/src/webapp/lenya/xslt/exception/parent-node-not-found.xsl

Modified: lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml?rev=701136&r1=701135&r2=701136&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml (original)
+++ lenya/trunk/src/webapp/lenya/resources/i18n/cmsui.xml Thu Oct  2 07:23:53 2008
@@ -397,7 +397,7 @@
   <message key="error-missing-language">The requested document is not available for language: {0}</message>
   <message key="error-document-existance-short">Document does not exist</message>
   <message key="error-document-existance">The requested document {0} does not exist.</message>
-  <message key="error-generic">An error occured.</message>
+  <message key="error-generic">An error occurred.</message>
   <message key="error-404">404: Page not found</message>
   
   <message key="publication-does-not-exist">The publication does not exist</message>

Modified: lenya/trunk/src/webapp/lenya/xslt/exception/not-published-yet.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/exception/not-published-yet.xsl?rev=701136&r1=701135&r2=701136&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/exception/not-published-yet.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/exception/not-published-yet.xsl Thu Oct  2 07:23:53 2008
@@ -35,7 +35,7 @@
 	  <div class="lenya-box-title"><i18n:text>Page not published yet</i18n:text></div>
 	  <div class="lenya-box-body">
 	    <p>
-	      <i18n:text>An error occured. Most likely you are trying access a
+	      <i18n:text>An error occurred. Most likely you are trying access a
 	      page which has not been published yet.</i18n:text></p>
 	      
 	    <p><i18n:text>To publish this page click on the <strong>File</strong> menu

Modified: lenya/trunk/src/webapp/lenya/xslt/exception/parent-node-not-found.xsl
URL: http://svn.apache.org/viewvc/lenya/trunk/src/webapp/lenya/xslt/exception/parent-node-not-found.xsl?rev=701136&r1=701135&r2=701136&view=diff
==============================================================================
--- lenya/trunk/src/webapp/lenya/xslt/exception/parent-node-not-found.xsl (original)
+++ lenya/trunk/src/webapp/lenya/xslt/exception/parent-node-not-found.xsl Thu Oct  2 07:23:53 2008
@@ -37,7 +37,7 @@
 	  <div class="lenya-box-title"><i18n:text>Error while publishing</i18n:text></div>
 	  <div class="lenya-box-body">
 	    <p>
-	      <i18n:text>An error occured while publishing. Most likely you are trying
+	      <i18n:text>An error occurred while publishing. Most likely you are trying
 	      to publish a document whose parent document hasn't been
 	      published yet.</i18n:text></p>
 	    <p><i18n:text>Try to publish the parent document first.</i18n:text></p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org