diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-08-29 16:12:00 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-12-12 12:23:18 +0100 |
commit | 3d48c54fef303bd869b51dc967c4463a5449cd67 (patch) | |
tree | 419d70328d660e596066bc0425609cf93cf61729 /ishtar_common/models_common.py | |
parent | 7a787f0ef5f0cbe381e87267278ea7fd577596d3 (diff) | |
download | Ishtar-3d48c54fef303bd869b51dc967c4463a5449cd67.tar.bz2 Ishtar-3d48c54fef303bd869b51dc967c4463a5449cd67.zip |
New geo fixtures
Diffstat (limited to 'ishtar_common/models_common.py')
-rw-r--r-- | ishtar_common/models_common.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ishtar_common/models_common.py b/ishtar_common/models_common.py index aa644f35a..221fa3ede 100644 --- a/ishtar_common/models_common.py +++ b/ishtar_common/models_common.py @@ -2008,8 +2008,8 @@ class SpatialReferenceSystem(GeneralType): srid = models.IntegerField(_("Authority SRID")) class Meta: - verbose_name = _("Spatial reference system") - verbose_name_plural = _("Spatial reference systems") + verbose_name = _("Geographic - Spatial reference system") + verbose_name_plural = _("Geographic - Spatial reference systems") ordering = ( "order", "label", |