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

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



Revision: 4660
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4660&view=rev
Author:   einhverfr
Date:     2012-04-23 07:25:28 +0000 (Mon, 23 Apr 2012)
Log Message:
-----------
Correcting untranslated string 'Accounts' in contact.html

Modified Paths:
--------------
    branches/1.3/Changelog
    branches/1.3/UI/Contact/contact.html

Modified: branches/1.3/Changelog
===================================================================
--- branches/1.3/Changelog	2012-04-20 10:47:13 UTC (rev 4659)
+++ branches/1.3/Changelog	2012-04-23 07:25:28 UTC (rev 4660)
@@ -5,6 +5,7 @@
 Changelog for 1.3.16
 
 * Changes in <head> element for non-Latin characters, HTML invoices (Erik H)
+* Corrected untranslated string in Contact management screen (Chris T)
 
 Changelog for 1.3.15
 * Update WX POS (almost there) - readme and code  (Andres B, item 3516949)

Modified: branches/1.3/UI/Contact/contact.html
===================================================================
--- branches/1.3/UI/Contact/contact.html	2012-04-20 10:47:13 UTC (rev 4659)
+++ branches/1.3/UI/Contact/contact.html	2012-04-23 07:25:28 UTC (rev 4660)
@@ -387,7 +387,7 @@
 </div>
 <?lsmb IF entity_id ?>
 <div id="credit_div" class="container">
-<div class="listtop"><strong>Accounts</strong></div>
+<div class="listtop"><strong><?lsmb text('Accounts') ?></strong></div>
     <table width="100%">
     <tr class="listheading">
         <th class="account_class"><?lsmb text('Type') ?></th>

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