mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-09 21:22:26 +03:00
imp: errors: assertions: improve wording, actual -> calculated
This commit is contained in:
parent
147856e3bb
commit
47ae346b21
@ -604,7 +604,7 @@ checkBalanceAssertionOneCommodityB p@Posting{paccount=assertedacct} assertedamt
|
||||
"and commodity: %s",
|
||||
-- "display precision: %d",
|
||||
"this balance was asserted: %s", -- (at display precision: %s)",
|
||||
"but the actual balance is: %s", -- (at display precision: %s)",
|
||||
"but the calculated balance is: %s", -- (at display precision: %s)",
|
||||
"a difference of: %s",
|
||||
"",
|
||||
"Consider viewing this account's register to troubleshoot. Eg:",
|
||||
|
Loading…
Reference in New Issue
Block a user