Bugzilla – Attachment 181862 Details for
Bug 39815
ODUE notice translatability can be improved
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39815: (follow-up) Make sentences more concise
Bug-39815-follow-up-Make-sentences-more-concise.patch (text/plain), 1.55 KB, created by
Tomás Cohen Arazi (tcohen)
on 2025-05-02 13:03:41 UTC
(
hide
)
Description:
Bug 39815: (follow-up) Make sentences more concise
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2025-05-02 13:03:41 UTC
Size:
1.55 KB
patch
obsolete
>From dbe5b3f1e9b89dc82e3277e53a4765e16b7cacf4 Mon Sep 17 00:00:00 2001 >From: David Nind <david@davidnind.com> >Date: Fri, 2 May 2025 10:01:47 -0300 >Subject: [PATCH] Bug 39815: (follow-up) Make sentences more concise > >Changes "The following items" to "These items" (and singular equivalents). > >Removes "currently", as it is unnecessary. > >End result: >- These items are overdue >- This item is overdue > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > installer/data/mysql/en/mandatory/sample_notices.yml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.yml b/installer/data/mysql/en/mandatory/sample_notices.yml >index 46b6cc750e3..d65288f795a 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.yml >+++ b/installer/data/mysql/en/mandatory/sample_notices.yml >@@ -896,7 +896,7 @@ tables: > - "If you have registered a password with the library, and you have a renewal available, you may renew online." > - "If an item becomes more than 30 days overdue, you will be unable to use your library card until the item is returned." > - "" >- - "[%- IF overdues.count > 1 %]The following items are currently overdue:[%- ELSE -%]The following item is currently overdue:[%- END -%]" >+ - "[%- IF overdues.count > 1 %]These items are overdue:[%- ELSE -%]This item is overdue:[%- END -%]" > - "" > - "[% FOREACH overdue IN overdues %]" > - "[%- SET item = overdue.item -%]" >-- >2.49.0
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 39815
:
181855
|
181856
|
181860
|
181861
| 181862