diff options
Diffstat (limited to 'ishtar_common')
| -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 3c63162c9..dd186417a 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1509,7 +1509,7 @@ CURRENCY = ((u"€", _(u"Euro")),              (u"$", _(u"US dollar")))  FIND_INDEX_SOURCE = ((u"O", _(u"Operations")),                       (u"CR", _(u"Context records"))) -SITE_LABELS = [('site', _(u"Site")), ('entity', _(u"Archaeological site"))] +SITE_LABELS = [('site', _(u"Site")), ('entity', _(u"Archaeological entity"))]  TRANSLATED_SITE_LABELS = {      'site': { | 
