Bug #631789 - "Assets" in summary bar does not match assets displayed

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

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20171 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2011-01-27 16:28:09 +00:00
parent d20582a7c1
commit bf4c1a4daa

View File

@ -448,7 +448,7 @@ gnc_main_window_summary_refresh (GNCMainSummary * summary)
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,