gnucash maint: html-utilities.scm: Tell the user, where to select account.

Frank H. Ellenberger fell at code.gnucash.org
Thu Mar 12 19:16:11 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/f11d9844 (commit)
	from  https://github.com/Gnucash/gnucash/commit/46034fb5 (commit)



commit f11d9844f578c9b67ea8171e3d3f378e7eaf993d
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Fri Mar 13 00:17:51 2015 +0100

    html-utilities.scm: Tell the user, where to select account.
    
    http://lists.gnucash.org/logs/2015/03/2015-03-12.html#T18:22:44

diff --git a/src/report/report-system/html-utilities.scm b/src/report/report-system/html-utilities.scm
index d0f1889..d156605 100644
--- a/src/report/report-system/html-utilities.scm
+++ b/src/report/report-system/html-utilities.scm
@@ -838,7 +838,7 @@
     report-title-string
     report-id
     (_ "No accounts selected")
-    (_ "This report requires accounts to be selected.")))
+    (_ "This report requires accounts to be selected in the report options.")))
 
 (define (gnc:html-make-empty-data-warning
          report-title-string report-id)



Summary of changes:
 src/report/report-system/html-utilities.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list