Author: noel
Date: Fri Aug 11 00:17:38 2006
New Revision: 430705
URL: http://svn.apache.org/viewvc?rev=430705&view=rev
Log:
Remove incorrect escaping.
Modified:
james/server/trunk/src/conf/miResources.xml
Modified: james/server/trunk/src/conf/miResources.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/conf/miResources.xml?rev=430705&r1=430704&r2=430705&view=diff
==============================================================================
--- james/server/trunk/src/conf/miResources.xml (original)
+++ james/server/trunk/src/conf/miResources.xml Fri Aug 11 00:17:38 2006
@@ -142,7 +142,7 @@
</resource>
</group>
<group name="List Manager">
- <resource name="command.not.understood">I Could not understand the command
\"${COMMAND}\" you sent to the \"${LIST_NAME}\" mailing list.</resource>
+ <resource name="command.not.understood">I Could not understand the command
"${COMMAND}" you sent to the "${LIST_NAME}" mailing list.</resource>
<resource name="invalid.mail.subject">You have sent invalid mail to the
${LIST_NAME} mailing list</resource>
<resource name="error.attachments">You cannot send attachments to the
${LIST_NAME} mailing list.</resource>
<resource name="error.membersonly">Only members of this listserv are
allowed to send a message to the ${LIST_NAME} mailing list.</resource>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]