Capitalize "the Pharmacist" from Ward Gleaming 9.10 onward
In Gleaming 9.10, it starts being capitalized consistently, presumably reflecting the shift from thinking of "the pharmacist" as a job title, to thinking of "the Pharmacist" as a cape name. So, for subsequent chapters, let's be sure to retain that.
This commit is contained in:
parent
0053545444
commit
481e9cc3a8
1 changed files with 17 additions and 0 deletions
|
|
@ -5632,6 +5632,11 @@
|
|||
{
|
||||
"regExp": "Crock o Shit",
|
||||
"after": "Crock o’ Shit"
|
||||
},
|
||||
{
|
||||
"regExp": "the pharmacist",
|
||||
"replacement": "the Pharmacist",
|
||||
"_comment": "in the previous chapter, 'the Pharmacist' starts getting capitalized consistently, as if it's a name instead of a profession. Carry it forward."
|
||||
}
|
||||
],
|
||||
"https://www.parahumans.net/2018/10/02/gleaming-9-12/": [
|
||||
|
|
@ -5642,6 +5647,11 @@
|
|||
{
|
||||
"before": "—You gotta give something",
|
||||
"after": "—you gotta give something"
|
||||
},
|
||||
{
|
||||
"before": "the pharmacist",
|
||||
"after": "the Pharmacist",
|
||||
"_comment": "See comment in https://www.parahumans.net/2018/09/29/gleaming-9-11/"
|
||||
}
|
||||
],
|
||||
"https://www.parahumans.net/2018/10/06/gleaming-9-13/": [
|
||||
|
|
@ -5908,6 +5918,13 @@
|
|||
"after": "shape of the moment"
|
||||
}
|
||||
],
|
||||
"https://www.parahumans.net/2018/12/25/blinding-11-3/": [
|
||||
{
|
||||
"before": "the pharmacist",
|
||||
"after": "the Pharmacist",
|
||||
"_comment": "See comment in https://www.parahumans.net/2018/09/29/gleaming-9-11/"
|
||||
}
|
||||
],
|
||||
"https://www.parahumans.net/2019/01/12/blinding-11-7/": [
|
||||
{
|
||||
"before": "threw the the man",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue