fix #K4019 - "can not"
Report suggested that "can not" should be "cannot". Both forms are acceptable. This switches them to use contractions for various "You <verb> not subject" phrases: "You can't subject", "hadn't", and so forth. Not exhaustively tested; there may be some sentences where the informal contraction makes things worse rather than better. The goal here was compactness rather than efficiency since the code involved doesn't execute very often.
This commit is contained in:
@@ -2278,6 +2278,8 @@ throwing the silver bell (or other invocation item, or the Amulet) to the
|
||||
quest leader will identify it instead of being treated as an attack
|
||||
applying gold pieces will flip one and report "heads" or "tails"; with a stack
|
||||
of more than one, normally the flipped coin will rejoin the stack
|
||||
during enlightenment and end-of-game disclosure, use contraction "<verb>n't"
|
||||
for "<verb> not"
|
||||
|
||||
|
||||
Platform- and/or Interface-Specific New Features
|
||||
|
||||
Reference in New Issue
Block a user