diff options
Diffstat (limited to 'ishtar_common/data_importer.py')
-rw-r--r-- | ishtar_common/data_importer.py | 6 |
1 files changed, 3 insertions, 3 deletions
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): |