Bugzilla – Attachment 46825 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]
Bug 15589: Changing 'his' to 'their' in OPAC lists
Bug-15589-Changing-his-to-their-in-OPAC-lists.patch (text/plain), 1.33 KB, created by
Aleisha Amohia
on 2016-01-18 20:15:42 UTC
(
hide
)
Description:
Bug 15589: Changing 'his' to 'their' in OPAC lists
Filename:
MIME Type:
Creator:
Aleisha Amohia
Created:
2016-01-18 20:15:42 UTC
Size:
1.33 KB
patch
obsolete
>From 5c8acc72c26f445d94c4c80997d7a191d666ba42 Mon Sep 17 00:00:00 2001 >From: Aleisha <aleishaamohia@hotmail.com> >Date: Mon, 18 Jan 2016 20:09:37 +0000 >Subject: [PATCH] Bug 15589: Changing 'his' to 'their' in OPAC lists > >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." >--- > 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> >-- >1.7.10.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