r23102 - gnucash/trunk/src/report/business-reports - Fix translation of table headers. Author: Aurimas Fišeras.

Cristian Marchi cmarchi at code.gnucash.org
Mon Jul 8 15:42:22 EDT 2013


Author: cmarchi
Date: 2013-07-08 15:42:22 -0400 (Mon, 08 Jul 2013)
New Revision: 23102
Trac: http://svn.gnucash.org/trac/changeset/23102

Modified:
   gnucash/trunk/src/report/business-reports/aging.scm
Log:
Fix translation of table headers. Author: Aurimas Fišeras.

Modified: gnucash/trunk/src/report/business-reports/aging.scm
===================================================================
--- gnucash/trunk/src/report/business-reports/aging.scm	2013-07-08 19:41:25 UTC (rev 23101)
+++ gnucash/trunk/src/report/business-reports/aging.scm	2013-07-08 19:42:22 UTC (rev 23102)
@@ -460,13 +460,13 @@
   ;; more general interval scheme in this report
   (define (make-heading-list)
     (list 
-     (N_ "Company")
-     (N_ "Current")
-     (N_ "0-30 days")
-     (N_ "31-60 days")
-     (N_ "61-90 days")
-     (N_ "91+ days")
-     (N_ "Total")))
+     (_ "Company")
+     (_ "Current")
+     (_ "0-30 days")
+     (_ "31-60 days")
+     (_ "61-90 days")
+     (_ "91+ days")
+     (_ "Total")))
 
 
   ;;  Make a list of commodity collectors for column totals



More information about the gnucash-changes mailing list