Bugzilla – Attachment 148979 Details for
Bug 32263
Capitalization: ...and on the Libraries page in the OPAC.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32263: Fix capitalization for "...and on the Libraries page in the OPAC."
Bug-32263-Fix-capitalization-for-and-on-the-Librar.patch (text/plain), 1.58 KB, created by
Owen Leonard
on 2023-03-30 12:38:06 UTC
(
hide
)
Description:
Bug 32263: Fix capitalization for "...and on the Libraries page in the OPAC."
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-03-30 12:38:06 UTC
Size:
1.58 KB
patch
obsolete
>From 712ab21bf16d5ae4ed7ac73e1175b615e17aaddb Mon Sep 17 00:00:00 2001 >From: Philip Orr <philip.orr@lmscloud.de> >Date: Thu, 30 Mar 2023 12:16:40 +0000 >Subject: [PATCH] Bug 32263: Fix capitalization for "...and on the Libraries > page in the OPAC." > >Small fix to correct the capitalization in library editing mode to >display "...and on the libraries page in the OPAC.". > >To Test: >1. apply patch >2. navigate to Administration -> Libraries >3. edit any library >4. confirm that the note underneath the option for "Public" now > displays with the correct capitalization ("... on the libraries > page...") > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >index 78e64ba653..218730f325 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt >@@ -291,7 +291,7 @@ Libraries › Administration › Koha > <option value="0" selected="selected">No</option> > [% END %] > </select> >- <div class="hint">Set to 'yes' to show this library as a search option and on the Libraries page in the OPAC.</div> >+ <div class="hint">Set to 'yes' to show this library as a search option and on the libraries page in the OPAC.</div> > </li> > </ol> > </fieldset> >-- >2.30.2
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 32263
:
148975
|
148979
|
149069