r18895 - gnucash/trunk/src/report/locale-specific/us - Replace Income Tax Options with Tax Report Options. Patch by J. Alex Aycinena.

Geert Janssens gjanssens at code.gnucash.org
Fri Mar 12 05:20:50 EST 2010


Author: gjanssens
Date: 2010-03-12 05:20:50 -0500 (Fri, 12 Mar 2010)
New Revision: 18895
Trac: http://svn.gnucash.org/trac/changeset/18895

Modified:
   gnucash/trunk/src/report/locale-specific/us/taxtxf.scm
Log:
Replace Income Tax Options with Tax Report Options. Patch by J. Alex Aycinena.

Modified: gnucash/trunk/src/report/locale-specific/us/taxtxf.scm
===================================================================
--- gnucash/trunk/src/report/locale-specific/us/taxtxf.scm	2010-03-12 10:16:16 UTC (rev 18894)
+++ gnucash/trunk/src/report/locale-specific/us/taxtxf.scm	2010-03-12 10:20:50 UTC (rev 18895)
@@ -2621,7 +2621,7 @@
                     doc (gnc:make-html-text         
                           (gnc:html-markup-p
                            (gnc:html-markup/format
-                      (_ "The following Account(s) have errors with their Income Tax code assignments (use 'Edit->Income Tax Options' to correct):")))))
+                      (_ "The following Account(s) have errors with their Income Tax code assignments (use 'Edit->Tax Report Options' to correct):")))))
                    (gnc:html-document-add-object! doc error-table)
                     (gnc:html-table-append-row!
                       error-table
@@ -2807,8 +2807,8 @@
                      (if (or (null? (gnc-get-current-book-tax-type))
                              (string=? (gnc-get-current-book-tax-type) "")
                              (string=? (gnc-get-current-book-tax-type) "Other"))
-                       (_ "The Income Tax Report is only available for valid Income Tax Entity Types. Go to the Edit->Income Tax Options dialog to change your Income Tax Entity Type selection and set up tax-related accounts.")
-                       (_ "No Tax Related accounts were found with your account selection. Change your selection or go to the Edit->Income Tax Options dialog to set up tax-related accounts.")))))
+                       (_ "The Income Tax Report is only available for valid Income Tax Entity Types. Go to the Edit->Tax Report Options dialog to change your Income Tax Entity Type selection and set up tax-related accounts.")
+                       (_ "No Tax Related accounts were found with your account selection. Change your selection or go to the Edit->Tax Report Options dialog to set up tax-related accounts.")))))
                  ;; or print selected report options
                  (gnc:html-document-add-object! 
                   doc (gnc:make-html-text         



More information about the gnucash-changes mailing list