]> err.no Git - scalable-opengroupware.org/commitdiff
properly localize button label
authorhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 20 Jul 2005 14:29:56 +0000 (14:29 +0000)
committerhelge <helge@d1b88da0-ebda-0310-925b-ed51d893ca5b>
Wed, 20 Jul 2005 14:29:56 +0000 (14:29 +0000)
git-svn-id: http://svn.opengroupware.org/SOGo/trunk@849 d1b88da0-ebda-0310-925b-ed51d893ca5b

SOGo/UI/Templates/ChangeLog
SOGo/UI/Templates/MailerUI/UIxMailToolbar.wox

index 3818f74cc1048829d4118ed505037bdf9b685114..3c8a71663374a4775e144b38723491ee7b037274 100644 (file)
@@ -1,5 +1,7 @@
 2005-07-20  Helge Hess  <helge.hess@opengroupware.org>
 
+       * MailerUI/UIxMailToolbar.wox: properly localize button label
+
        * MailerUI: use new UIxMailPanelFrame for panel templates (those which
          do not show the folder tree)
 
index e51bb6fb52b3ca7778f9ec76641c06f0da327487..85148700d440d6844d9b57a6162ad2e11a1f2b79 100644 (file)
@@ -26,7 +26,7 @@
     <var:foreach list="toolbarConfig" item="toolbarGroup">
       <var:foreach list="toolbarGroup" item="buttonInfo">
         <var:if condition="isButtonEnabled">
-          <td class="tb_label"><var:string value="buttonInfo.label" /></td>
+          <td class="tb_label"><var:string value="buttonLabel" /></td>
         </var:if>
       </var:foreach>
       <td class="tb_spacer"> </td>