imp: errors: assertions: improve wording, actual -> calculated

This commit is contained in:
Simon Michael 2022-07-23 02:33:51 +01:00
parent 147856e3bb
commit 47ae346b21

View File

@ -603,9 +603,9 @@ checkBalanceAssertionOneCommodityB p@Posting{paccount=assertedacct} assertedamt
"In account: %s",
"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)",
"a difference of: %s",
"this balance was asserted: %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:",
"",