diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-05-20 00:25:20 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-20 00:25:20 +0200 |
commit | 74d607f46c0138a08d47a19385f573f818f8a5f6 (patch) | |
tree | e989fe16e54578643d5f38702b2a87748d363ecd /ishtar_common/models.py | |
parent | 391b166c47cb2056a27962dfe12923584a5d2d3c (diff) | |
parent | 18d9192961fc949f1ff0367ded50fc868154044a (diff) | |
download | Ishtar-74d607f46c0138a08d47a19385f573f818f8a5f6.tar.bz2 Ishtar-74d607f46c0138a08d47a19385f573f818f8a5f6.zip |
Merge branch 'stable'
Conflicts:
ishtar_common/locale/fr/LC_MESSAGES/django.po
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 a1f1c1129..cb069216d 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1256,7 +1256,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")), ] |