diff options
author | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-02-06 15:45:39 +0100 |
---|---|---|
committer | Valérie-Emma Leroux <emma@iggdrasil.net> | 2017-02-06 15:45:39 +0100 |
commit | 5d9f7e3dd013c8a34e530eefcdc2b669573d7a44 (patch) | |
tree | 02b150ef3c3c873f865a9b2adf1ec3c710e7815a | |
parent | 9c207cf98b73ea457dbf7c2b72fc161831c9ef99 (diff) | |
download | Ishtar-5d9f7e3dd013c8a34e530eefcdc2b669573d7a44.tar.bz2 Ishtar-5d9f7e3dd013c8a34e530eefcdc2b669573d7a44.zip |
Update labels
-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): |