Bug 19287: Shorten button text
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 9 Apr 2018 18:09:34 +0000 (15:09 -0300)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 23 Apr 2018 15:56:05 +0000 (12:56 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt

index ccac35f..5072c8d 100644 (file)
                         <input type="submit" value="Mark item as lost" />
                     [% ELSIF Koha.Preference('CanMarkHoldsToPullAsLost') == 'allow_and_notify' %]
                         <input type="hidden" name="op" value="mark_as_lost_and_notify" />
-                        <input type="submit" value="Mark item as lost and notify the patron" />
+                        <input type="submit" value="Mark lost and notify patron" />
                     [% END %]
                 </form>
             [% ELSE %]