[Zope3-checkins] CVS: Zope3/src/zope/app/interfaces/publisher - browser.py:1.7

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


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

Modified Files:
	browser.py 
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/interfaces/publisher/browser.py 1.6 => 1.7 ===
--- Zope3/src/zope/app/interfaces/publisher/browser.py:1.6	Mon Aug 18 14:55:32 2003
+++ Zope3/src/zope/app/interfaces/publisher/browser.py	Wed Aug 20 14:21:09 2003
@@ -27,7 +27,7 @@
     (using a filter) or being selected to be the default view of the menu."""
 
     interface = InterfaceField(
-        title=_("Interface"),
+        title=_('interface-component', "Interface"),
         description=_("Specifies the interface this menu item is for."),
         required=True)
 




More information about the Zope3-Checkins mailing list