[Zope3-checkins] CVS: Zope3/src/zope/app/browser/rdb - rdbconnection.pt:1.2
Guido van Rossum
guido@python.org
Wed, 12 Mar 2003 17:39:24 -0500
Update of /cvs-repository/Zope3/src/zope/app/browser/rdb
In directory cvs.zope.org:/tmp/cvs-serv16402
Modified Files:
rdbconnection.pt
Log Message:
Fix a small lie in the template's title (which isn't displayed anyway
:-).
=== Zope3/src/zope/app/browser/rdb/rdbconnection.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/rdb/rdbconnection.pt:1.1 Fri Feb 7 10:48:39 2003
+++ Zope3/src/zope/app/browser/rdb/rdbconnection.pt Wed Mar 12 17:39:16 2003
@@ -1,6 +1,6 @@
<html metal:use-macro="views/standard_macros/page">
<head>
- <title>Add Relational Database Adapter</title>
+ <title>Edit Relational Database Adapter</title>
</head>
<body>
@@ -35,4 +35,4 @@
</div>
</body>
-</html>
\ No newline at end of file
+</html>