diff options
Diffstat (limited to 'chimere/models.py')
-rw-r--r-- | chimere/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chimere/models.py b/chimere/models.py index 63529ee..daa2d48 100644 --- a/chimere/models.py +++ b/chimere/models.py @@ -295,7 +295,7 @@ class GeographicItem(models.Model): blank=True, null=True) modified_since_import = models.BooleanField(_(u"Modified since last import"), default=True) - not_for_osm = models.BooleanField(_(u"Not to be imported inside OSM"), + not_for_osm = models.BooleanField(_(u"Not to be exported to OSM"), default=False) origin = models.CharField(_(u"Origin"), max_length=100, blank=True, null=True) |