[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container - contents.pt:1.10

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Dec 14 04:36:23 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/browser/container
In directory cvs.zope.org:/tmp/cvs-serv17792/src/zope/app/browser/container

Modified Files:
	contents.pt 
Log Message:
Changed the add button explicit message id from 'container-add-button' to
'add-button'. At this stage I do not see any justification for having the 
distinction. Even better, we already have a translation for 'add-button'. 


=== Zope3/src/zope/app/browser/container/contents.pt 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/container/contents.pt:1.9	Fri Dec 12 10:39:18 2003
+++ Zope3/src/zope/app/browser/container/contents.pt	Sun Dec 14 04:36:23 2003
@@ -143,8 +143,8 @@
 	     tal:define="has_custom_add_view context/@@+/hasCustomAddView; 
 			 names_required context/@@+/namesAccepted">
           <input type="submit" name="container_add_button" value="Add"
-		i18n:attributes="value container-add-button"
-               i18n:domain="zope"
+	         i18n:attributes="value add-button"
+                 i18n:domain="zope"
                />
           <input type="text" name="single_new_value" id="focusid"
 		 tal:condition="python:names_required and not has_custom_add_view"




More information about the Zope3-Checkins mailing list