From d13163c8b715b9de2fc5a75f407db7fedb6f8027 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 20 Jan 2016 16:21:35 +0000 Subject: [PATCH] Bug 15589: Fix for the staff interface Signed-off-by: Jonathan Druart Signed-off-by: Aleisha --- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt index b0bdabc..818456c 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -582,7 +582,7 @@ function placeHold () { [% IF shelf and not shelf.allow_delete_own %][% ELSE %][% END %] [% IF not shelf or shelf.allow_delete_own %][% ELSE %][% END %] -  anyone to remove his own contributed entries. +  anyone to remove their own contributed entries.
  • -- 1.7.10.4