summaryrefslogtreecommitdiff
path: root/src/filters.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-18 08:29:14 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-18 08:29:14 -0400
commitb7ea365bfc41ce665441749d68004cb761dbfed5 (patch)
treebb61d703fd97e0ac8b0e20b705a52d9970929e39 /src/filters.cc
parent66de7e3055ac2437d760f133c613e3169d2ba706 (diff)
downloadfork-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.cc2
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,