[Zope3-checkins] CVS: Zope3/src/zope/app/browser/rdb -
configure.zcml:1.8
Philipp von Weitershausen
philikon at philikon.de
Wed Aug 20 15:21:37 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/browser/rdb
In directory cvs.zope.org:/tmp/cvs-serv32583/src/zope/app/browser/rdb
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/browser/rdb/configure.zcml 1.7 => 1.8 ===
--- Zope3/src/zope/app/browser/rdb/configure.zcml:1.7 Tue Aug 19 03:09:33 2003
+++ Zope3/src/zope/app/browser/rdb/configure.zcml Wed Aug 20 14:21:05 2003
@@ -28,7 +28,7 @@
permission="zope.View"
class=".rdb.TestSQL">
<page name="testForm.html" template="rdbtestsql.pt"
- menu="zmi_views" title="Test"/>
+ menu="zmi_views" title="[test-page-title] Test"/>
<page name="test.html" template="rdbtestresults.pt" />
</pages>
More information about the Zope3-Checkins
mailing list