diff --git a/account_statement_base_import/parser/file_parser.py b/account_statement_base_import/parser/file_parser.py index 5ee1bbfd..15e43139 100644 --- a/account_statement_base_import/parser/file_parser.py +++ b/account_statement_base_import/parser/file_parser.py @@ -201,7 +201,7 @@ class FileParser(BankStatementImportParser): except Exception, err: raise except_osv(_('Invalid data'), _("Value %s of column %s is not valid." - "\n Please check the line with ref %s:"y + "\n Please check the line with ref %s:" "\n \n Detail: %s") % (line.get(rule, _('Missing')), rule, line.get('ref', line),