From cc151355fde1a430cbb8a091db9676b17e44039a Mon Sep 17 00:00:00 2001 From: Domenic Denicola Date: Sat, 19 Dec 2020 13:07:50 -0500 Subject: [PATCH] Re-capitalize "the Stranger" --- lib/substitutions.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/substitutions.json b/lib/substitutions.json index d51c5a2..0c470f6 100644 --- a/lib/substitutions.json +++ b/lib/substitutions.json @@ -2987,7 +2987,7 @@ { "before": "Unfortunate tinker", "after": "Unfortunate tinker", - "_comment": "See convert.js; this corrects an over-correction" + "_comment": "See convert-worker.js; this corrects an over-correction" } ], "https://parahumans.wordpress.com/2013/03/19/interlude-19/": [ @@ -3068,7 +3068,7 @@ { "before": "the Clairvoyant", "after": "the clairvoyant", - "_comment": "see convert.js; this corrects an over-correction" + "_comment": "See convert-worker.js; this corrects an over-correction" }, { "before": "maintain eye contact. he could feel the warmth", @@ -7724,6 +7724,11 @@ { "before": "Victoria,” my Aunt said", "after": "Victoria,” my aunt said" + }, + { + "regExp": "([Tt]he) stranger", + "replacement": "$1 Stranger", + "_comment": "See convert-worker.js; this corrects an over-correction" } ], "https://www.parahumans.net/2019/12/28/infrared-19-2/": [ @@ -7738,6 +7743,11 @@ { "before": "scream—no sound when viewing crystal-pictures, of course-, and", "after": "scream—no sound when viewing crystal-pictures, of course—and" + }, + { + "regExp": "([Tt]he) stranger", + "replacement": "$1 Stranger", + "_comment": "See convert-worker.js; this corrects an over-correction" } ], "https://www.parahumans.net/2020/01/01/interlude-19-a/": [