lib: clarify balance assertion error again
"calculated" is better, "actual" implies the account's actual real-world balance which might be something else again.
This commit is contained in:
parent
c6313ebf8c
commit
579ab45d0a
@ -519,7 +519,7 @@ checkBalanceAssertion (errs,startbal) ps
|
||||
"a balance assertion failed on %s",
|
||||
"in account %s",
|
||||
"in commodity %s",
|
||||
"asserted balance was %s, actual balance was %s (difference: %s)",
|
||||
"asserted balance is %s, calculated balance is %s (difference: %s)",
|
||||
"after posting:",
|
||||
"%s",
|
||||
"%s"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user