[Checkins] SVN: Products.CMFDefault/trunk/Products/CMFDefault/browser/admin/ - tweaking

Yvo Schubbe cvs-admin at zope.org
Mon Sep 10 11:43:23 UTC 2012


Log message for revision 127808:
  - tweaking

Changed:
  U   Products.CMFDefault/trunk/Products/CMFDefault/browser/admin/config.pt
  U   Products.CMFDefault/trunk/Products/CMFDefault/browser/admin/interfaces.py

-=-
Modified: Products.CMFDefault/trunk/Products/CMFDefault/browser/admin/config.pt
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/browser/admin/config.pt	2012-09-09 13:13:10 UTC (rev 127807)
+++ Products.CMFDefault/trunk/Products/CMFDefault/browser/admin/config.pt	2012-09-10 11:43:19 UTC (rev 127808)
@@ -17,7 +17,7 @@
           replace="structure widget/error" />
     </fieldset>
 
-    <span class="errors" tal:condition="not: globals/uidtool_installed">CMFUId is not installed</span>
+    <span class="errors" tal:condition="not: globals/uidtool_installed">CMFUid is not installed</span>
 
 <div class="buttons">
  <tal:loop tal:repeat="action view/actions"

Modified: Products.CMFDefault/trunk/Products/CMFDefault/browser/admin/interfaces.py
===================================================================
--- Products.CMFDefault/trunk/Products/CMFDefault/browser/admin/interfaces.py	2012-09-09 13:13:10 UTC (rev 127807)
+++ Products.CMFDefault/trunk/Products/CMFDefault/browser/admin/interfaces.py	2012-09-10 11:43:19 UTC (rev 127808)
@@ -85,7 +85,7 @@
     default_charset = ASCIILine(
         title=_(u"Portal default encoding"),
         description=_(u"Charset used to decode portal content strings. If "
-                      u"empty, 'utf-8' is used."),
+                      u"empty, 'ascii' is used."),
         required=False,
         constraint=check_encoding,
         default="utf-8")
@@ -99,14 +99,14 @@
         default="utf-8")
 
     enable_actionicons = Bool(
-        title=_(u"Action icons"),
+        title=_(u"Show action icons"),
         description=_(u"Actions available to the user are shown as textual "
                       u"links. With this option enabled, they are also shown "
                       u"as icons if the action definition specifies one."),
         required=False)
 
     enable_permalink = Bool(
-        title=_(u"Permalinks"),
+        title=_(u"Show permalinks"),
         description=_(u"If permalinks are enabled then a unique identifier is "
                       u"assigned to every item of content independent of it's "
                       u"id or position in a site. This requires the CMFUid "



More information about the checkins mailing list