From 9a8e1594801b103dfca4f0050913fc9d7866c3ca Mon Sep 17 00:00:00 2001 From: David Nind Date: Fri, 2 May 2025 12:55:36 +0000 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 --- 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 0bffa9b6cc..f04d141e27 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: -%]" + - "[%- IF overdues.count > 1 %]These items are overdue:[%- ELSE -%][%- This item is overdue: -%]" - "" - "[% FOREACH overdue IN overdues %]" - "[%- SET item = overdue.item -%]" -- 2.39.5