Bugzilla – Attachment 190163 Details for
Bug 41348
Capitalization: "List Files" and others
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 41348: Capitalization: "List Files" and others
Bug-41348-Capitalization-List-Files-and-others.patch (text/plain), 1.23 KB, created by
Laura Escamilla
on 2025-12-04 18:52:18 UTC
(
hide
)
Description:
Bug 41348: Capitalization: "List Files" and others
Filename:
MIME Type:
Creator:
Laura Escamilla
Created:
2025-12-04 18:52:18 UTC
Size:
1.23 KB
patch
obsolete
>From 87ab4fdf98302576c2324affe0b3108f50024cbe Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 4 Dec 2025 09:23:13 -0500 >Subject: [PATCH] Bug 41348: Capitalization: "List Files" and others > >This patch corrects two strings in js/transport_status.js so that it has >correct capitalization. > >I'm not sure how to test every way these strings are seen in the >interface, but checking the patch should show only capitalization >changes. > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Laura_Escamilla <laura.escamilla@bywatersolutions.com> >--- > koha-tmpl/intranet-tmpl/prog/js/transport_status.js | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/transport_status.js b/koha-tmpl/intranet-tmpl/prog/js/transport_status.js >index bb10d3f889..098580d33e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/transport_status.js >+++ b/koha-tmpl/intranet-tmpl/prog/js/transport_status.js >@@ -2,6 +2,6 @@ let operationLabels = { > connection: __("Connection"), > upload: __("Upload"), > download: __("Download"), >- list: __("List Files"), >- change_directory: __("Change Directory"), >+ list: __("List files"), >+ change_directory: __("Change directory"), > }; >-- >2.39.5
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 41348
:
190153
|
190157
| 190163