r19537 - gnucash/trunk/src/report/business-reports - Bug #616697 - string "Payment rec'd..." should be more cleared.

Geert Janssens gjanssens at code.gnucash.org
Fri Sep 3 06:46:32 EDT 2010


Author: gjanssens
Date: 2010-09-03 06:46:32 -0400 (Fri, 03 Sep 2010)
New Revision: 19537
Trac: http://svn.gnucash.org/trac/changeset/19537

Modified:
   gnucash/trunk/src/report/business-reports/taxinvoice.scm
Log:
Bug #616697 - string "Payment rec'd..." should be more cleared.

Modified: gnucash/trunk/src/report/business-reports/taxinvoice.scm
===================================================================
--- gnucash/trunk/src/report/business-reports/taxinvoice.scm	2010-09-03 10:10:46 UTC (rev 19536)
+++ gnucash/trunk/src/report/business-reports/taxinvoice.scm	2010-09-03 10:46:32 UTC (rev 19537)
@@ -109,7 +109,7 @@
 (define optname-total-price    (N_ "Total Price"))
 (define optname-subtotal       (N_ "Sub-total"))
 (define optname-amount-due     (N_ "Amount Due"))
-(define optname-payment-recd   (N_ "Payment rec'd..."))
+(define optname-payment-recd   (N_ "Payment received text"))
 (define optname-extra-notes    (N_ "Extra notes"))
 
 ; Choose only customer invoices



More information about the gnucash-changes mailing list