[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[4237] branches/1.3



Revision: 4237
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4237&view=rev
Author:   ehuelsmann
Date:     2011-12-25 21:58:25 +0000 (Sun, 25 Dec 2011)
Log Message:
-----------
Remove more double escaping of translated strings.

Modified Paths:
--------------
    branches/1.3/UI/rp-aging.csv
    branches/1.3/templates/xedemo/balance_sheet.html

Modified: branches/1.3/UI/rp-aging.csv
===================================================================
--- branches/1.3/UI/rp-aging.csv	2011-12-25 20:39:25 UTC (rev 4236)
+++ branches/1.3/UI/rp-aging.csv	2011-12-25 21:58:25 UTC (rev 4237)
@@ -3,7 +3,7 @@
         heading.$column.text;
     ELSE;
         heading.$column;
-    END ?>,<?lsmb END; escape(text('Currency')) ?>
+    END ?>,<?lsmb END; text('Currency') ?>
 <?lsmb FOREACH currency IN currencies;
     FOREACH row IN currency.rows;
         FOREACH column IN columns;

Modified: branches/1.3/templates/xedemo/balance_sheet.html
===================================================================
--- branches/1.3/templates/xedemo/balance_sheet.html	2011-12-25 20:39:25 UTC (rev 4236)
+++ branches/1.3/templates/xedemo/balance_sheet.html	2011-12-25 21:58:25 UTC (rev 4237)
@@ -152,7 +152,7 @@
 </tr>
 
 <tr valign="top">
-  <th align="left" colspan="2" style="text-transform: uppercase"><?lsmb escape(text('Total Liabilities & Equity')) ?></th>
+  <th align="left" colspan="2" style="text-transform: uppercase"><?lsmb text('Total Liabilities & Equity') ?></th>
   <td align="right"><?lsmb total_this_period ?><br /><hr noshade="noshade" size="2" /></td>
   <td align="right"><?lsmb total_last_period ?><br /><hr noshade="noshade" size="2" /></td>
 </tr>

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.