Bugzilla – Attachment 158958 Details for
Bug 35327
Fix capitalization of language name
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35327: Fix capitalization of language name
Bug-35327-Fix-capitalization-of-language-name.patch (text/plain), 1.37 KB, created by
David Nind
on 2023-11-14 23:24:41 UTC
(
hide
)
Description:
Bug 35327: Fix capitalization of language name
Filename:
MIME Type:
Creator:
David Nind
Created:
2023-11-14 23:24:41 UTC
Size:
1.37 KB
patch
obsolete
>From 167b4fd7381512a66d485af793be79c3e40d4a47 Mon Sep 17 00:00:00 2001 >From: Lari Taskula <lari.taskula@hypernova.fi> >Date: Mon, 13 Nov 2023 23:21:17 +0000 >Subject: [PATCH] Bug 35327: Fix capitalization of language name > >Signed-off-by: David Nind <david@davidnind.com> >--- > koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >index 5ac68c2ea2..0bb9524872 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/ilsdi.tt >@@ -173,7 +173,7 @@ > <dt><strong>return_fmt</strong> (Optional)</dt> > <dd>requests a particular format or set of formats in reporting availability</dd> > <dt><strong>language (Optional)</strong></dt> >- <dd>requests a particular language for the output, default is the opac cookie language if set, the first language in opac language list or english</dd> >+ <dd>requests a particular language for the output, default is the opac cookie language if set, the first language in opac language list or English</dd> > </dl> > > <h3>Example call</h3> >-- >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 35327
:
158901
|
158958
|
159002