r23131 - gnucash/trunk/src/gnome - Bug #696492: Change report name in menu or in report output to be consistent

Christian Stimming cstim at code.gnucash.org
Thu Aug 15 15:44:21 EDT 2013


Author: cstim
Date: 2013-08-15 15:44:20 -0400 (Thu, 15 Aug 2013)
New Revision: 23131
Trac: http://svn.gnucash.org/trac/changeset/23131

Modified:
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
Bug #696492: Change report name in menu or in report output to be consistent

Change the register name to "Accout Transaction Report" when the register
type is GENERAL_LEDGER, INCOME_LEDGER, or default in function gnc_reg_get_name().

Patch by Carsten Rinke.

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2013-08-15 19:08:28 UTC (rev 23130)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2013-08-15 19:44:20 UTC (rev 23131)
@@ -2508,7 +2508,7 @@
         if (for_window)
             reg_name = _("General Ledger");
         else
-            reg_name = _("General Ledger Report");
+            reg_name = _("Transaction Report");
         break;
     case PORTFOLIO_LEDGER:
         if (for_window)
@@ -2526,7 +2526,7 @@
         if (for_window)
             reg_name = _("Register");
         else
-            reg_name = _("Register Report");
+            reg_name = _("Transaction Report");
         break;
     }
 



More information about the gnucash-changes mailing list