Bugzilla – Attachment 159002 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.43 KB, created by
Victor Grousset/tuxayo
on 2023-11-15 17:50:47 UTC
(
hide
)
Description:
Bug 35327: Fix capitalization of language name
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2023-11-15 17:50:47 UTC
Size:
1.43 KB
patch
obsolete
>From 82ab6acf0e54c540f889f36c453329e14a12deda 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> >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> >--- > 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.42.1
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