Added legend on ZEO connection properties edit form ZTK-1.1
authorThierry Florac <tflorac@ulthar.net>
Sat, 09 Feb 2013 15:16:36 +0100
branchZTK-1.1
changeset 195 8ac8b1696cb3
parent 194 73e1bf938381
child 196 fb08f604db43
Added legend on ZEO connection properties edit form
src/ztfy/utils/browser/zodb.py
--- a/src/ztfy/utils/browser/zodb.py	Sat Feb 09 15:09:23 2013 +0100
+++ b/src/ztfy/utils/browser/zodb.py	Sat Feb 09 15:16:36 2013 +0100
@@ -29,11 +29,15 @@
 # import local packages
 from ztfy.skin.form import EditForm
 
+from ztfy.utils import _
+
 
 class ZEOConnectionEditForm(EditForm):
     """Sequential ID utility edit form"""
 
     implements(IPropertiesMenuTarget)
 
+    legend = _("ZEO connection properties")
+
     fields = field.Fields(IZEOConnection)
     autocomplete = 'off'