Author: mrdon
Date: Thu Oct 26 22:55:06 2006
New Revision: 468285

URL: http://svn.apache.org/viewvc?view=rev&rev=468285
Log:
Fixing dev mode message for new xwork message key
XW-415

Modified:
    
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages.properties
    
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
    
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_de.properties

Modified: 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages.properties
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages.properties?view=diff&rev=468285&r1=468284&r2=468285
==============================================================================
--- 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages.properties
 (original)
+++ 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages.properties
 Thu Oct 26 22:55:06 2006
@@ -10,4 +10,4 @@
 struts.messages.error.file.too.large=File too large: {0} "{1}" {2}
 struts.messages.error.content.type.not.allowed=Content-Type not allowed: {0} 
"{1}" {2}
 
-struts.messages.devmode.notification=Developer Notification (set 
struts.devMode to false to disable this message):\n{0} 
+devmode.notification=Developer Notification (set struts.devMode to false to 
disable this message):\n{0}

Modified: 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties?view=diff&rev=468285&r1=468284&r2=468285
==============================================================================
--- 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
 (original)
+++ 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_da.properties
 Thu Oct 26 22:55:06 2006
@@ -10,4 +10,4 @@
 struts.messages.error.file.too.large=Filen er for stor: {0} "{1}" {2}
 struts.messages.error.content.type.not.allowed=Content-Type er ikke tilladt: 
{0} "{1}" {2}
 
-struts.messages.devmode.notification=Note til udvikler (ret struts.devMode til 
'false' for at deaktivere denne meddelse):\n{0}
+devmode.notification=Note til udvikler (ret struts.devMode til 'false' for at 
deaktivere denne meddelse):\n{0}

Modified: 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_de.properties
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_de.properties?view=diff&rev=468285&r1=468284&r2=468285
==============================================================================
--- 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_de.properties
 (original)
+++ 
struts/struts2/trunk/core/src/main/resources/org/apache/struts2/struts-messages_de.properties
 Thu Oct 26 22:55:06 2006
@@ -10,4 +10,4 @@
 struts.messages.error.file.too.large=Datei zu gross: {0} "{1}" {2}
 struts.messages.error.content.type.not.allowed=Content-Type nicht erlaubt: {0} 
"{1}" {2}
 
-struts.messages.devmode.notification=Entwickler Hinweis (Setzen Sie 
struts.devMode auf false um diese Nachricht zu deaktivieren):\n{0}
+devmode.notification=Entwickler Hinweis (Setzen Sie struts.devMode auf false 
um diese Nachricht zu deaktivieren):\n{0}


Reply via email to