From 264ee9454910afaa1506c23fea5ca113649b7b4c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 27 Nov 2018 22:54:06 +0100 Subject: Menu: change label --- archaeological_finds/ishtar_menu.py | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/archaeological_finds/ishtar_menu.py b/archaeological_finds/ishtar_menu.py index cf903e2f5..38110edad 100644 --- a/archaeological_finds/ishtar_menu.py +++ b/archaeological_finds/ishtar_menu.py @@ -155,23 +155,17 @@ MENU_SECTIONS = [ 'view_own_treatment']), MenuItem( 'treatment_creation', - _(u"Treatment " - u"1 1 " - u"- creation"), + _(u"Simple treatment - creation"), model=models.Treatment, access_controls=['change_find', 'change_own_find']), MenuItem( 'treatment_creation_n1', - _(u"Treatment " - u"n 1 " - u"- creation"), + _(u"Treatment many to one - creation"), model=models.Treatment, access_controls=['change_find', 'change_own_find']), MenuItem( 'treatment_creation_1n', - _(u"Treatment " - u"1 n " - u"- creation"), + _(u"Treatment one to many - creation"), model=models.Treatment, access_controls=['change_find', 'change_own_find']), MenuItem('treatment_modification', -- cgit v1.2.3