[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser - contents.pt:1.13

Guido van Rossum guido@python.org
Thu, 5 Dec 2002 11:10:41 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv13642

Modified Files:
	contents.pt 
Log Message:
Change a bit of confusing terminology.  "Add Services" doesn't intuit
the right idea in the user's mind.  Maybe "Turn On Local Service
Manager" works.


=== Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/contents.pt 1.12 => 1.13 ===
--- Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/contents.pt:1.12	Fri Oct  4 16:05:29 2002
+++ Zope3/lib/python/Zope/App/OFS/Content/Folder/Views/Browser/contents.pt	Thu Dec  5 11:10:41 2002
@@ -22,9 +22,9 @@
 
   <p>
     <a href="./++etc++Services/"
-        tal:condition="context/hasServiceManager">Services</a>
+        tal:condition="context/hasServiceManager">Local Service Manager</a>
     <a href="@@addServiceManager.html" 
-       tal:condition="not: context/hasServiceManager">Allow Services</a>
+       tal:condition="not: context/hasServiceManager">Turn On Local Service Manager</a>
   </p>
 </div>