From 7c618b7e264649fccef99e8f3d7550ba5241c73d Mon Sep 17 00:00:00 2001
From: Alan Jack Pippin <ajp@pippin.(none)>
Date: Mon, 26 Nov 2007 23:11:02 -0700
Subject: [PATCH] Tweaked wordwrap parameter comments

---
 templates/EmbedVideoSiteAdmin.tpl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/EmbedVideoSiteAdmin.tpl b/templates/EmbedVideoSiteAdmin.tpl
index 493b863..6dc7f8c 100644
--- a/templates/EmbedVideoSiteAdmin.tpl
+++ b/templates/EmbedVideoSiteAdmin.tpl
@@ -155,10 +155,10 @@
       <td>{g->text text="Specify the watermark alignment: top-left, top, top-right, left, center, right, bottom-left, bottom, bottom-right"}</td></tr>
 
     <tr class="gbEven"><td>wordwrapSummary</td><td>0 - N</td>
-      <td>{g->text text="If set to non-zero, specifies the maximum line width when displaying the item's summary"}</td></tr>
+      <td>{g->text text="If non-zero, sets the maximum line width when displaying the item's summary"}</td></tr>
 
     <tr class="gbOdd"><td>wordwrapDescription</td><td>0 - N</td>
-      <td>{g->text text="If set to non-zero, specifies the maximum line width when displaying the item's description"}</td></tr>
+      <td>{g->text text="If non-zero, sets the maximum line width when displaying the item's description"}</td></tr>
 
 
   </table>
-- 
2.34.1