diff --git a/hledger-lib/Hledger/Data/Balancing.hs b/hledger-lib/Hledger/Data/Balancing.hs index f6169bfae..3cdc4d686 100644 --- a/hledger-lib/Hledger/Data/Balancing.hs +++ b/hledger-lib/Hledger/Data/Balancing.hs @@ -640,7 +640,7 @@ checkBalanceAssignmentUnassignableAccountB p = do ,chomp1 $ T.unpack $ maybe (T.unlines $ showPostingLines p) (showTransaction) $ ptransaction p ,"Balance assignments may not be used on accounts affected by auto posting rules" ,"(it makes balancing the journal impossible)." - ,"Please write the posting amount explicitly (or remove the auto posting rule)." + ,"Please write the posting amount explicitly (or remove the auto posting rule(s))." ] -- lenses