r20171 - gnucash/trunk/src/gnome-utils - Bug #631789 - "Assets" in summary bar does not match assets displayed

Geert Janssens gjanssens at code.gnucash.org
Thu Jan 27 11:28:09 EST 2011


Author: gjanssens
Date: 2011-01-27 11:28:09 -0500 (Thu, 27 Jan 2011)
New Revision: 20171
Trac: http://svn.gnucash.org/trac/changeset/20171

Modified:
   gnucash/trunk/src/gnome-utils/window-main-summarybar.c
Log:
Bug #631789 - "Assets" in summary bar does not match assets displayed

As proposed in the bug, I have changed it to "Net Assets"

Modified: gnucash/trunk/src/gnome-utils/window-main-summarybar.c
===================================================================
--- gnucash/trunk/src/gnome-utils/window-main-summarybar.c	2011-01-27 16:28:01 UTC (rev 20170)
+++ gnucash/trunk/src/gnome-utils/window-main-summarybar.c	2011-01-27 16:28:09 UTC (rev 20171)
@@ -448,7 +448,7 @@
             total_mode_label = get_total_mode_label(mnemonic, currency_accum->total_mode);
             gtk_list_store_set(summary->datamodel, &iter,
                                COLUMN_MNEMONIC_TYPE, total_mode_label,
-                               COLUMN_ASSETS,        _("Assets:"),
+                               COLUMN_ASSETS,        _("Net Assets:"),
                                COLUMN_ASSETS_VALUE,  asset_amount_string,
                                COLUMN_PROFITS,       _("Profits:"),
                                COLUMN_PROFITS_VALUE, profit_amount_string,



More information about the gnucash-changes mailing list