diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-18 13:50:46 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-01-18 13:50:46 +0100 |
commit | 5a80d320b57475f9af3fbf094d4d7d1755bb380d (patch) | |
tree | 64ff40344ebdf3cf060b6747592c15aaa8ffaa24 /ishtar_common/models.py | |
parent | 3d8d11f0dfc26a990422f7a52394880fdb492087 (diff) | |
download | Ishtar-5a80d320b57475f9af3fbf094d4d7d1755bb380d.tar.bz2 Ishtar-5a80d320b57475f9af3fbf094d4d7d1755bb380d.zip |
Update translations
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index 2c8240a72..aa3e94ae0 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -2732,7 +2732,7 @@ class Town(Imported, models.Model): year = models.IntegerField( _("Year of creation"), null=True, blank=True, help_text=_(u"Filling this field is relevant to distinguish old towns " - u"to new towns.")) + u"from new towns.")) children = models.ManyToManyField( 'Town', verbose_name=_(u"Town children"), blank=True, related_name='parents') |