diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-05-20 00:17:48 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-05-20 00:17:48 +0200 |
commit | 804f228fd98c17f48ef3dda3f0eb23fb8e61ec98 (patch) | |
tree | 6b1741363692db0405c6fb10ad21a3f4a99a3534 /ishtar_common/models.py | |
parent | fbc257d80d4f7fadcc0a270d3b6fa5a2774e07a6 (diff) | |
download | Ishtar-804f228fd98c17f48ef3dda3f0eb23fb8e61ec98.tar.bz2 Ishtar-804f228fd98c17f48ef3dda3f0eb23fb8e61ec98.zip |
Update french translation
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")), ] |