diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-18 08:29:14 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-18 08:29:14 -0400 |
commit | b7ea365bfc41ce665441749d68004cb761dbfed5 (patch) | |
tree | bb61d703fd97e0ac8b0e20b705a52d9970929e39 /src/filters.cc | |
parent | 66de7e3055ac2437d760f133c613e3169d2ba706 (diff) | |
download | fork-ledger-b7ea365bfc41ce665441749d68004cb761dbfed5.tar.gz fork-ledger-b7ea365bfc41ce665441749d68004cb761dbfed5.tar.bz2 fork-ledger-b7ea365bfc41ce665441749d68004cb761dbfed5.zip |
Renamed the "Rounding" account to "Adjustment"
Diffstat (limited to 'src/filters.cc')
-rw-r--r-- | src/filters.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/filters.cc b/src/filters.cc index 33905856..04b0eaa9 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -523,7 +523,7 @@ display_filter_posts::display_filter_posts(post_handler_ptr handler, bool _show_rounding) : item_handler<post_t>(handler), report(_report), show_rounding(_show_rounding), - rounding_account(temps.create_account(_("<Rounding>"))), + rounding_account(temps.create_account(_("<Adjustment>"))), revalued_account(temps.create_account(_("<Revalued>"))) { TRACE_CTOR(display_filter_posts, |