imp: errors: assertions: improve wording, actual -> calculated
This commit is contained in:
parent
147856e3bb
commit
47ae346b21
@ -603,9 +603,9 @@ checkBalanceAssertionOneCommodityB p@Posting{paccount=assertedacct} assertedamt
|
|||||||
"In account: %s",
|
"In account: %s",
|
||||||
"and commodity: %s",
|
"and commodity: %s",
|
||||||
-- "display precision: %d",
|
-- "display precision: %d",
|
||||||
"this balance was asserted: %s", -- (at display precision: %s)",
|
"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",
|
"a difference of: %s",
|
||||||
"",
|
"",
|
||||||
"Consider viewing this account's register to troubleshoot. Eg:",
|
"Consider viewing this account's register to troubleshoot. Eg:",
|
||||||
"",
|
"",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user