Renamed the "Rounding" account to "Adjustment"

This commit is contained in:
John Wiegley 2010-06-18 08:29:14 -04:00
parent 66de7e3055
commit b7ea365bfc

View file

@ -523,7 +523,7 @@ display_filter_posts::display_filter_posts(post_handler_ptr handler,
bool _show_rounding) bool _show_rounding)
: item_handler<post_t>(handler), report(_report), : item_handler<post_t>(handler), report(_report),
show_rounding(_show_rounding), show_rounding(_show_rounding),
rounding_account(temps.create_account(_("<Rounding>"))), rounding_account(temps.create_account(_("<Adjustment>"))),
revalued_account(temps.create_account(_("<Revalued>"))) revalued_account(temps.create_account(_("<Revalued>")))
{ {
TRACE_CTOR(display_filter_posts, TRACE_CTOR(display_filter_posts,