You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by so...@apache.org on 2011/02/15 05:37:39 UTC

svn commit: r1070775 - in /myfaces/trinidad/tags/trinidad-2.0.0-beta-2: trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts

Author: sobryan
Date: Tue Feb 15 04:37:39 2011
New Revision: 1070775

URL: http://svn.apache.org/viewvc?rev=1070775&view=rev
Log:
TRINIDAD-2035: Several resources do not have proper capitolization

* Corrected text on the offending resources

Modified:
    myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts
    myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts

Modified: myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts?rev=1070775&r1=1070774&r2=1070775&view=diff
==============================================================================
--- myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts (original)
+++ myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-api/src/main/xrts/org/apache/myfaces/trinidad/resource/LoggerBundle.xrts Tue Feb 15 04:37:39 2011
@@ -118,7 +118,7 @@
 <resource key="ERR_PARSING_URL">Error parsing:{0}</resource>
 
 <!-- ERR_LOADING_RESROUCE -->
-<resource key="ERR_LOADING_RESROUCE">error loading resource:{0}</resource>
+<resource key="ERR_LOADING_RESROUCE">Error loading resource:{0}</resource>
 
 <!-- RESOURCE_NAME_NOT_PORTABLE -->
 <resource key="RESOURCE_NAME_NOT_PORTABLE">Resource name "{0}" begins with a slash, which is not portable.</resource>

Modified: myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts
URL: http://svn.apache.org/viewvc/myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts?rev=1070775&r1=1070774&r2=1070775&view=diff
==============================================================================
--- myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts (original)
+++ myfaces/trinidad/tags/trinidad-2.0.0-beta-2/trinidad-impl/src/main/xrts/org/apache/myfaces/trinidadinternal/resource/LoggerBundle.xrts Tue Feb 15 04:37:39 2011
@@ -218,7 +218,7 @@
 <resource key="RESOURCE_BUNDLE_NOT_FOUND">Resource bundle {0} could not be found.</resource>
 
 <!-- ERR_CLOSING_FILE -->
-<resource key="ERR_CLOSING_FILE">error closing file:{0}</resource>
+<resource key="ERR_CLOSING_FILE">Error closing file:{0}</resource>
 
 <!-- ERR_GET_REGION_METADATA_FILE -->
 <resource key="ERR_GET_REGION_METADATA_FILE">Error getting region-metadata files:{0}</resource>
@@ -501,7 +501,7 @@ The skin {0} specified on the requestMap
 <resource key="ERR_PARSING">Error parsing:{0}</resource>
 
 <!-- ERR_LOADING_FILE -->
-<resource key="ERR_LOADING_FILE">error loading file:{0}</resource>
+<resource key="ERR_LOADING_FILE">Error loading file:{0}</resource>
 
 <!-- CANNOT_LOAD_STYLESHEET -->
 <resource key="CANNOT_LOAD_STYLESHEET">Could not load style sheet: {0}</resource>
@@ -1026,7 +1026,7 @@ The skin {0} specified on the requestMap
  <resource key="UNKNOWN_COMPARISON">Unknown comparison</resource>
 
  <!-- TEST_BOUNDVALUE_REQUIRED -->
- <resource key="TEST_BOUNDVALUE_REQUIRED">test BoundValue required</resource>
+ <resource key="TEST_BOUNDVALUE_REQUIRED">Test BoundValue required</resource>
 
  <!-- NULL_LIST_ARGUMENT -->
  <resource key="NULL_LIST_ARGUMENT">Null list argument</resource>