From 47ae346b218fac8244fce9545cced91af3615a7d Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 Jul 2022 02:33:51 +0100 Subject: [PATCH] imp: errors: assertions: improve wording, actual -> calculated --- hledger-lib/Hledger/Data/Balancing.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hledger-lib/Hledger/Data/Balancing.hs b/hledger-lib/Hledger/Data/Balancing.hs index c65064465..c3634bab9 100644 --- a/hledger-lib/Hledger/Data/Balancing.hs +++ b/hledger-lib/Hledger/Data/Balancing.hs @@ -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:", "",