From 4e0a91907b97a2d2c55ca9ae61e9be5ac733a7c1 Mon Sep 17 00:00:00 2001 From: PatR Date: Tue, 13 Jan 2026 11:04:03 -0800 Subject: [PATCH] fix pull request #1476 - engraving punctuation Pull request from entrez: reading an engraving added a terminal period after the quoted text even when that text already ended in one. That should be conditional like it already is (post-3.6) for T-shirts. Fixes #1476 --- doc/fixes3-7-0.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/fixes3-7-0.txt b/doc/fixes3-7-0.txt index 1d7427bf7..913448953 100644 --- a/doc/fixes3-7-0.txt +++ b/doc/fixes3-7-0.txt @@ -2190,6 +2190,10 @@ naming a type of item, unnaming it (with name of ), naming it again impossible: "named object not in disco" throwing entire quiver and then picking the stack back up was not putting it back into quiver +when reading a T-shirt or apron, add trailing period to the slogan unless + already present in the quoted text +when reading an engraving, suppress the addition of a trailing period if the + text already has one Fixes to 3.7.0-x Platform and/or Interface Problems Exposed Via git Repository