diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-13 10:22:13 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-06-13 10:22:13 +0200 |
commit | 661efdfc50005c9ee2f8e327fe9f6badaf2d1bc4 (patch) | |
tree | 0cc8e5e432bea1cb44f1e89ae3d95865f9493542 /archaeological_context_records/forms.py | |
parent | 077dea01ed2d9afc97412631e4207eaf4175e06d (diff) | |
download | Ishtar-661efdfc50005c9ee2f8e327fe9f6badaf2d1bc4.tar.bz2 Ishtar-661efdfc50005c9ee2f8e327fe9f6badaf2d1bc4.zip |
Update translations
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r-- | archaeological_context_records/forms.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py index acfb47d2a..8c29ff2b6 100644 --- a/archaeological_context_records/forms.py +++ b/archaeological_context_records/forms.py @@ -345,8 +345,8 @@ RecordRelationsFormSet.form_slug = "contextrecord-050-recordrelations" class RecordFormInterpretation(CustomForm, ManageOldType, forms.Form): - form_label = _("Interpretation") - form_admin_name = "Context record - 040 - Interpretation" + form_label = _(u"Interpretation") + form_admin_name = _(u"Context record - 040 - Interpretation") form_slug = "contextrecord-040-interpretation" associated_models = {'activity': models.ActivityType, |