diff options
Diffstat (limited to 'archaeological_finds/ishtar_menu.py')
| -rw-r--r-- | archaeological_finds/ishtar_menu.py | 10 | 
1 files changed, 2 insertions, 8 deletions
diff --git a/archaeological_finds/ishtar_menu.py b/archaeological_finds/ishtar_menu.py index 9eaf601f2..d7a67091a 100644 --- a/archaeological_finds/ishtar_menu.py +++ b/archaeological_finds/ishtar_menu.py @@ -1,6 +1,6 @@  #!/usr/bin/env python  # -*- coding: utf-8 -*- -# Copyright (C) 2012-2015 Étienne Loks  <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2012-2016 Étienne Loks  <etienne.loks_AT_peacefrogsDOTnet>  # This program is free software: you can redistribute it and/or modify  # it under the terms of the GNU Affero General Public License as @@ -64,13 +64,7 @@ MENU_SECTIONS = [                                access_controls=['change_find',                                                 'change_own_find']),                       MenuItem('find_basket_modification_add', -                              _(u"Add items"), -                              model=models.FindBasket, -                              access_controls=[ -                                  'change_find', -                                  'change_own_find']), -                     MenuItem('find_basket_modification_del', -                              _(u"Delete items"), +                              _(u"Manage items"),                                model=models.FindBasket,                                access_controls=[                                    'change_find',  | 
