Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes a few lowercase chat messages #5112

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

SabreML
Copy link
Member

@SabreML SabreML commented Dec 3, 2023

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

Screenshots

Before:
old

old 1

After:
new

new 1

(Plus a few others, but these are the most common for players.)

Changelog

🆑
spellcheck: Fixed some chat messages which started with a lowercase character.
/🆑

@SabreML SabreML requested a review from fira as a code owner December 3, 2023 12:57
@github-actions github-actions bot added the Grammar and Formatting Fixes the codebase's tpyos and grammatical's errors label Dec 3, 2023
@Drulikar Drulikar added this pull request to the merge queue Dec 5, 2023
Merged via the queue into cmss13-devs:master with commit 609dd8d Dec 5, 2023
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Grammar and Formatting Fixes the codebase's tpyos and grammatical's errors
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants