[Zope3-checkins] CVS: Zope3/src/zope/app/applicationcontrol -
configure.zcml:1.4
Philipp von Weitershausen
philikon at philikon.de
Sun Aug 3 16:09:16 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/applicationcontrol
In directory cvs.zope.org:/tmp/cvs-serv25485/src/zope/app/applicationcontrol
Modified Files:
configure.zcml
Log Message:
Went through the directives that Stephan converted and declared titles
and descriptions as MessageIDs. This required set of ZCML files and tests
to be updated.
=== Zope3/src/zope/app/applicationcontrol/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/applicationcontrol/configure.zcml:1.3 Thu Jul 31 17:37:18 2003
+++ Zope3/src/zope/app/applicationcontrol/configure.zcml Sun Aug 3 15:08:12 2003
@@ -1,6 +1,8 @@
-<zopeConfigure
+<configure
xmlns="http://namespaces.zope.org/zope"
- xmlns:server-control="http://namespaces.zope.org/server-control">
+ xmlns:server-control="http://namespaces.zope.org/server-control"
+ i18n_domain="zope"
+ >
<content
class="zope.app.applicationcontrol.applicationcontrol.ApplicationControl">
@@ -37,4 +39,4 @@
call=".servercontrol.shutdownLogger"
/>
-</zopeConfigure>
+</configure>
More information about the Zope3-Checkins
mailing list