Skip to content

Commit 8542d8b

Browse files
committed
imp:errors: improve decode failure wording [#2465]
1 parent e414446 commit 8542d8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • hledger-lib/Hledger/Utils

hledger-lib/Hledger/Utils/IO.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ handleExit = flip catches [
342342
msg = unlines $ [
343343
rstrip $ show ex
344344
, "Some text could not be decoded with the system's text encoding, " <> enc
345-
, "(or if CSV rules specified it, the CSV's text encoding)."
345+
, "(or, the text encoding specified by CSV rules)."
346346
] ++
347347
if noencoding
348348
then [

0 commit comments

Comments
 (0)