summaryrefslogtreecommitdiff
path: root/ishtar_common/views.py
diff options
context:
space:
mode:
authorValérie-Emma Leroux <emma@iggdrasil.net>2017-01-09 22:40:32 +0100
committerValérie-Emma Leroux <emma@iggdrasil.net>2017-01-09 22:40:32 +0100
commitdc7c0cdf9ceba039b2536c0db8e816a3d29880d9 (patch)
tree5ed943ed44c4b10ebf40eb7f56b41f8d8c32a99a /ishtar_common/views.py
parentf5f93b8c556d591967dd2001a684fd67dca7b44f (diff)
downloadIshtar-dc7c0cdf9ceba039b2536c0db8e816a3d29880d9.tar.bz2
Ishtar-dc7c0cdf9ceba039b2536c0db8e816a3d29880d9.zip
Update labels
Diffstat (limited to 'ishtar_common/views.py')
-rw-r--r--ishtar_common/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/views.py b/ishtar_common/views.py
index 1e272fc78..d827ae065 100644
--- a/ishtar_common/views.py
+++ b/ishtar_common/views.py
@@ -240,7 +240,7 @@ def shortcut_menu(request):
if profile.find:
CURRENT_ITEMS.append((_(u"Find"), Find))
if profile.warehouse:
- CURRENT_ITEMS.append((_(u"Treatment file"), TreatmentFile))
+ CURRENT_ITEMS.append((_(u"Treatment request"), TreatmentFile))
CURRENT_ITEMS.append((_(u"Treatment"), Treatment))
if hasattr(request.user, 'ishtaruser') and \
request.user.ishtaruser.advanced_shortcut_menu: