mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
d20582a7c1
commit
bf4c1a4daa
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user