[Zope3-checkins] CVS: Zope3/src/zope/app/mail - configure.zcml:1.7

Philipp von Weitershausen philikon at philikon.de
Wed Aug 20 15:21:42 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/mail
In directory cvs.zope.org:/tmp/cvs-serv32583/src/zope/app/mail

Modified Files:
	configure.zcml 
Log Message:
Fix i18n message ids. We now have explicit message ids in many places where
the English default text is ambigious. Also, message IDs ending with a colon
have been avoided.

German translation was updated accordingly.


=== Zope3/src/zope/app/mail/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/mail/configure.zcml:1.6	Sun Aug  3 15:08:27 2003
+++ Zope3/src/zope/app/mail/configure.zcml	Wed Aug 20 14:21:11 2003
@@ -10,7 +10,9 @@
 
   <permission
       id="zope.SendMail" 
-      title="Send out mail with arbitrary from and to addresses"/>
+      title="[send-mail-permission]
+             Send out mail with arbitrary from and to addresses"
+      />
 
   <mail:sendmailMailer id="sendmail"/>
 




More information about the Zope3-Checkins mailing list