diff options
| author | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2017-02-06 15:45:39 +0100 | 
|---|---|---|
| committer | Valérie-Emma Leroux <valerie-emma.leroux@iggdrasil.net> | 2017-02-06 15:45:39 +0100 | 
| commit | a1f679da5ce3d050b83fa7b95b9bbcd2f5208a42 (patch) | |
| tree | 02b150ef3c3c873f865a9b2adf1ec3c710e7815a /ishtar_common | |
| parent | fc8ce38301330a437fe02c808d91c78a12664842 (diff) | |
| download | Ishtar-a1f679da5ce3d050b83fa7b95b9bbcd2f5208a42.tar.bz2 Ishtar-a1f679da5ce3d050b83fa7b95b9bbcd2f5208a42.zip  | |
Update labels
Diffstat (limited to 'ishtar_common')
| -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):  | 
