summaryrefslogtreecommitdiff
path: root/ishtar_common/models_imports.py
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/models_imports.py')
-rw-r--r--ishtar_common/models_imports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models_imports.py b/ishtar_common/models_imports.py
index 1d987c35c..087710fa7 100644
--- a/ishtar_common/models_imports.py
+++ b/ishtar_common/models_imports.py
@@ -1169,7 +1169,7 @@ class Import(models.Model):
skip_lines = models.IntegerField(
_("Skip lines"),
default=1,
- help_text=_("Number of header lines in your file (can be 0)."),
+ help_text=_("Number of header lines in your file (can be 0 and should be 0 for geopackage or Shapefile)."),
)
error_file = models.FileField(
_("Error file"),