parsing: update a csv reader error message

This commit is contained in:
Simon Michael 2013-06-01 12:38:58 -07:00
parent a26ab926d8
commit 44545d6ec7

View File

@ -557,7 +557,7 @@ transactionFromCsvRecord rules record = t
,"the default-currency is: "++fromMaybe "unspecified" mdefaultcurrency
,"the parse error is: "++show err
,"you may need to "
++"change your amount, currency or default-currency rules, "
++"change your amount or currency rules, "
++"or "++maybe "add a" (const "change your") mskip++" skip rule"
]
-- Using costOfMixedAmount here to allow complex costs like "10 GBP @@ 15 USD".