From e0dad96dca87a503042c6895e57372f61d4248bb Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Fri, 10 Nov 2023 11:37:14 +0100 Subject: [PATCH] [IMP] intrastat_product_hscodes_import: improve error message --- .../wizards/intrastat_hscodes_import_installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/intrastat_product_hscodes_import/wizards/intrastat_hscodes_import_installer.py b/intrastat_product_hscodes_import/wizards/intrastat_hscodes_import_installer.py index e6f0737..3b28040 100644 --- a/intrastat_product_hscodes_import/wizards/intrastat_hscodes_import_installer.py +++ b/intrastat_product_hscodes_import/wizards/intrastat_hscodes_import_installer.py @@ -102,7 +102,7 @@ class IntrastatHSCodesImportInstaller(models.TransientModel): if not lang_found: raise UserError( _( - "Any Language active on your system is " + "None of the languages active on your system are " "available in intrastat codes files [%s]" ) % ",".join(self._intrastat_file_available_langs())