Bugzilla – Attachment 46994 Details for
Bug 15589
OPAC Lists "his" string fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 15589: Changing 'his' to 'their' in OPAC lists
SIGNED-OFF-Bug-15589-Changing-his-to-their-in-OPAC.patch (text/plain), 1.44 KB, created by
Owen Leonard
on 2016-01-20 12:52:16 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 15589: Changing 'his' to 'their' in OPAC lists
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2016-01-20 12:52:16 UTC
Size:
1.44 KB
patch
obsolete
>From 2dbae3c851e6a5d91cecbb2f7f9a5e6f2e0dc6d2 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Mon, 18 Jan 2016 20:09:37 +0000 >Subject: [PATCH] [SIGNED-OFF] Bug 15589: Changing 'his' to 'their' in OPAC > lists >Content-Type: text/plain; charset="utf-8" > >To be more gender neutral > >To test: >1) Go to OPAC lists (opac-shelves.pl) >2) Confirm it now says "Allow anyone to remove their own contributed > entries." > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >index 7fd410b..32a0672 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-shelves.tt >@@ -25,7 +25,7 @@ > [% IF shelf and not shelf.allow_delete_own %]<option value="0" selected="selected">Do not allow</option>[% ELSE %]<option value="0">Do not allow</option>[% END %] > [% IF not shelf or shelf.allow_delete_own %]<option value="1" selected="selected">Allow</option>[% ELSE %]<option value="1">Allow</option>[% END %] > </select> >- <span>anyone to remove his own contributed entries.</span> >+ <span>anyone to remove their own contributed entries.</span> > </li> > <li> > <label> </label> >-- >2.1.4
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15589
:
46825
|
46994
|
47020
|
47021
|
47046