diff options
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 68c5b3b07..e572045db 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1243,7 +1243,7 @@ TARGET_MODELS = [ ('SourceType', _(u"Source type")), ('AuthorType', _(u"Author type")), ('Format', _(u"Format")), - ('archaeological_operations.models.OperationType', _(u"OperationType")), + ('archaeological_operations.models.OperationType', _(u"Operation type")), ('archaeological_operations.models.Period', _(u"Period")), ] |