summaryrefslogtreecommitdiff
path: root/archaeological_finds/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds/views.py')
-rw-r--r--archaeological_finds/views.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_finds/views.py b/archaeological_finds/views.py
index 883bc19d9..75dda5d36 100644
--- a/archaeological_finds/views.py
+++ b/archaeological_finds/views.py
@@ -533,7 +533,7 @@ treatmentfile_modification_wizard = TreatmentFileModificationWizard.as_view(
[('selec-treatmentfile_modification', TreatmentFileFormSelection),
('treatmentfile-treatmentfile_modification', TreatmentFileModifyForm),
('final-treatmentfile_modification', FinalForm)],
- label=_(u"Modify"),
+ label=_(u"Treatment request modification"),
url_name='treatmentfile_modification',
)
@@ -619,6 +619,7 @@ treatment_source_creation_wizard = TreatmentSourceWizard.as_view([
('source-treatment_source_creation', SourceForm),
('authors-treatment_source_creation', AuthorFormset),
('final-treatment_source_creation', FinalForm)],
+ label=_(u"Treatment: new source"),
url_name='treatment_source_creation',)
treatment_source_modification_wizard = TreatmentSourceWizard.as_view([