[kupu-checkins] r53434 - kupu/branch/kupu-1.4/plone

hannosch at codespeak.net hannosch at codespeak.net
Sun Apr 6 12:47:36 CEST 2008


Author: hannosch
Date: Sun Apr  6 12:47:34 2008
New Revision: 53434

Modified:
   kupu/branch/kupu-1.4/plone/kupu_config.pt
Log:
One of the messages was duplicated, fix it as well

Modified: kupu/branch/kupu-1.4/plone/kupu_config.pt
==============================================================================
--- kupu/branch/kupu-1.4/plone/kupu_config.pt	(original)
+++ kupu/branch/kupu-1.4/plone/kupu_config.pt	Sun Apr  6 12:47:34 2008
@@ -133,13 +133,16 @@
                               </span>
 
                               <div tal:condition="not:isTransformEnabled">
-                                 <span i18n:translate="help_captioning">
+                                  <tal:block i18n:translate="help_enable_transform">
                                     If you enable this option a transform to hide UIDs and support image
-                                    captioning from client browsers will also be enabled (see <a
-                                    href="zmi_docs#images">image captioning documentation</a>).  If the
-                                    transform does not enable itself automatically you may need to update
-                                    your PortalTransforms product.
-                                 </span>
+                                    captioning from client browsers will also be enabled
+                                  </tal:block>
+                                  (<a i18n:translate="help_image_captioning_url"
+                                  href="zmi_docs#images">see image captioning documentation</a>).
+                                  <tal:block i18n:translate="help_update_portal_transforms">
+                                    If the transform does not enable itself automatically you may
+                                    need to update your PortalTransforms product.
+                                  </tal:block>
                                  <div i18n:translate="caption_maybe_supported">Fields which could support image captioning:</div>
                               </div>
                               <div tal:condition="isTransformEnabled" i18n:translate="caption_is_supported">


More information about the kupu-checkins mailing list