summaryrefslogtreecommitdiff
path: root/ishtar_common/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-05-20 00:34:05 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-05-20 00:34:05 +0200
commitc435e9230b0291924887460bac3fa8f3576dcf43 (patch)
treeda5565c2689917b1457e54a6f9b1d3846e6fe42f /ishtar_common/models.py
parent18d9192961fc949f1ff0367ded50fc868154044a (diff)
downloadIshtar-c435e9230b0291924887460bac3fa8f3576dcf43.tar.bz2
Ishtar-c435e9230b0291924887460bac3fa8f3576dcf43.zip
Minir label fix
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r--ishtar_common/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py
index e572045db..d8321e04d 100644
--- a/ishtar_common/models.py
+++ b/ishtar_common/models.py
@@ -1341,7 +1341,7 @@ class Import(models.Model):
importer_type = models.ForeignKey(ImporterType)
imported_file = models.FileField(_(u"Imported file"),
upload_to="upload/imports/")
- skip_lines = models.IntegerField(default=1)
+ skip_lines = models.IntegerField(_(u"Skip lines"), default=1)
error_file = models.FileField(_(u"Error file"),
upload_to="upload/imports/",
blank=True, null=True)