-
Notifications
You must be signed in to change notification settings - Fork 565
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes a few lowercase chat messages (#5112)
# About the pull request Fixes some chat messages not being properly capitalised. RegEx used to search: `(?:to_chat|visible_message)[^"]*"[a-z]` (I just threw the regex together in a couple of minutes, so I've probably still missed a bunch of cases.) # Explain why it's good for the game Inconsistencies. (And it looks better) # Testing Photographs and Procedure <details> <summary>Screenshots</summary> **Before:** ![old](https://github.com/cmss13-devs/cmss13/assets/57483089/431925fa-2412-46f0-80cf-2967dcc51529) ![old 1](https://github.com/cmss13-devs/cmss13/assets/57483089/362178a8-109c-4754-9cc0-04761375e115) **After:** ![new](https://github.com/cmss13-devs/cmss13/assets/57483089/932a1c6e-3b1d-4785-9b09-3fb246c34b35) ![new 1](https://github.com/cmss13-devs/cmss13/assets/57483089/d5796690-bf34-4561-9aae-4ae03c2fb801) *(Plus a few others, but these are the most common for players.)* </details> # Changelog 🆑 spellcheck: Fixed some chat messages which started with a lowercase character. /🆑
- Loading branch information
Showing
8 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters