Bugzilla – Attachment 157988 Details for
Bug 33809
Accessibility: OPAC results page needs more descriptive links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33809: (follow-up) Grammar correction
Bug-33809-follow-up-Grammar-correction.patch (text/plain), 5.30 KB, created by
Kyle M Hall (khall)
on 2023-10-27 15:31:03 UTC
(
hide
)
Description:
Bug 33809: (follow-up) Grammar correction
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2023-10-27 15:31:03 UTC
Size:
5.30 KB
patch
obsolete
>From 9a3eecfcf79fd23ac695b036617f274fb6d1b7fd Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 1 Jun 2023 12:46:22 +0000 >Subject: [PATCH] Bug 33809: (follow-up) Grammar correction > >This is somewhat nitpicky but I think "Show fewer..." is more correct >than "Show less..." for strings like "Show fewer authors." > >'Generally, fewer is used when the number of things is counted ("fewer >problems") whereas less is used when the number is measured ("less >trouble" or "less time").' >-- https://www.merriam-webster.com/words-at-play/fewer-vs-less > >It's not a strict rule but to my ear it sounds more correct. The brief >"Show less" displayed on screen seems fine because the object feels >indeterminate: "Show less information." > >Signed-off-by: Lucas Gass <lucas@bywatersolutions.com> > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../bootstrap/en/includes/opac-facets.inc | 22 +++++++++---------- > 1 file changed, 11 insertions(+), 11 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >index 98662ffd056..304d9f7d4fd 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/opac-facets.inc >@@ -101,19 +101,19 @@ > [% IF facets_loo.type_label_Location %]<a href="#" aria-label="Show more locations"><strong>Show more</strong></a>[% END %] > </li> > <li class="moretoggle" style="display:none"> >- [% IF facets_loo.type_label_Authors %]<a href="#" aria-label="Show less authors"><strong>Show less</strong></a>[% END %] >- [% IF facets_loo.type_label_Titles %]<a href="#" aria-label="Show less titles"><strong>Show less</strong></a>[% END %] >- [% IF facets_loo.type_label_Topics %]<a href="#" aria-label="Show less topics"><strong>Show less</strong></a>[% END %] >- [% IF facets_loo.type_label_Places %]<a href="#" aria-label="Show less places"><strong>Show less</strong></a>[% END %] >- [% IF facets_loo.type_label_Series %]<a href="#" aria-label="Show less series"><strong>Show less</strong></a>[% END %] >- [% IF facets_loo.type_label_ItemTypes %]<a href="#" aria-label="Show less item types"><strong>Show less</strong></a>[% END %] >- [% IF facets_loo.type_label_CollectionCodes %]<a href="#" aria-label="Show less collection codes"><strong>Show less</strong></a>[% END %] >- [% IF facets_loo.type_label_Language %]<a href="#" aria-label="Show less languages"><strong>Show less</strong></a>[% END %] >+ [% IF facets_loo.type_label_Authors %]<a href="#" aria-label="Show fewer authors"><strong>Show less</strong></a>[% END %] >+ [% IF facets_loo.type_label_Titles %]<a href="#" aria-label="Show fewer titles"><strong>Show less</strong></a>[% END %] >+ [% IF facets_loo.type_label_Topics %]<a href="#" aria-label="Show fewer topics"><strong>Show less</strong></a>[% END %] >+ [% IF facets_loo.type_label_Places %]<a href="#" aria-label="Show fewer places"><strong>Show less</strong></a>[% END %] >+ [% IF facets_loo.type_label_Series %]<a href="#" aria-label="Show fewer series"><strong>Show less</strong></a>[% END %] >+ [% IF facets_loo.type_label_ItemTypes %]<a href="#" aria-label="Show fewer item types"><strong>Show less</strong></a>[% END %] >+ [% IF facets_loo.type_label_CollectionCodes %]<a href="#" aria-label="Show fewer collection codes"><strong>Show less</strong></a>[% END %] >+ [% IF facets_loo.type_label_Language %]<a href="#" aria-label="Show fewer languages"><strong>Show less</strong></a>[% END %] > [% UNLESS singleBranchMode %] >- [% IF ( facets_loo.type_label_HomeLibrary ) %]<a href="#" aria-label="Show less home libraries"><strong>Show less</strong></a>[% END %] >- [% IF ( facets_loo.type_label_HoldingLibrary ) %]<a href="#" aria-label="Show less holding libraries"><strong>Show less</strong></a>[% END %] >+ [% IF ( facets_loo.type_label_HomeLibrary ) %]<a href="#" aria-label="Show fewer home libraries"><strong>Show less</strong></a>[% END %] >+ [% IF ( facets_loo.type_label_HoldingLibrary ) %]<a href="#" aria-label="Show fewer holding libraries"><strong>Show less</strong></a>[% END %] > [% END %] >- [% IF facets_loo.type_label_Location %]<a href="#" aria-label="Show less locations"><strong>Show less</strong></a>[% END %] >+ [% IF facets_loo.type_label_Location %]<a href="#" aria-label="Show fewer locations"><strong>Show less</strong></a>[% END %] > </li> > [% END %] > </ul> >-- >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 33809
:
151568
|
151569
|
151576
|
151606
|
151607
|
151925
|
152050
|
153121
|
157986
|
157987
| 157988 |
157989