From a1f679da5ce3d050b83fa7b95b9bbcd2f5208a42 Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Mon, 6 Feb 2017 15:45:39 +0100 Subject: Update labels --- ishtar_common/data_importer.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ishtar_common/data_importer.py') diff --git a/ishtar_common/data_importer.py b/ishtar_common/data_importer.py index 859feade9..a03f4de34 100644 --- a/ishtar_common/data_importer.py +++ b/ishtar_common/data_importer.py @@ -631,10 +631,10 @@ class Importer(object): 'not_enough_cols': _(u"At least %d columns must be filled"), 'regex_not_match': _(u"The regexp doesn't match."), 'improperly_configured': _( - u"Force creation is set for model {} but this model is not in the " - u"list of model allowed to be created."), + u"Forced creation is set for model {} but this model is not in the " + u"list of models allowed to be created."), 'does_not_exist_in_db': _(u"{} with values {} doesn't exist in the " - u"database. Create it first or fix your source file"), + u"database. Create it first or fix your source file."), } def _create_models(self, force=False): -- cgit v1.2.3