From e146ba35c09e379a33bc7fd5053ac546e96fafda Mon Sep 17 00:00:00 2001 From: q Date: Sun, 15 Feb 2026 17:51:57 -0500 Subject: [PATCH] Improve kick renaming --- patches/sanitize_strings.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/patches/sanitize_strings.sh b/patches/sanitize_strings.sh index 8676993..5eee8bd 100755 --- a/patches/sanitize_strings.sh +++ b/patches/sanitize_strings.sh @@ -54,7 +54,9 @@ sed -i -e "s/Removes user/${capital_remove_command_plural} user/g" \ -e "s/)s removed %(tar/)s ${remove_command_past_tense} %(tar/g" \ -e "s/\"Remove,/\"${capital_remove_command},/g" \ -e "s/You were removed/You were ${remove_command_past_tense}/g" \ - -e "s/Remove from/${capital_remove_command} from/g" \ + -e "s/Remove from room/${capital_remove_command}/g" \ + -e "s/Remove from space/${capital_remove_command}/g" \ + -e "s/Remove from %(roomName)s/${capital_remove_command} from %(roomName)s/g" \ -e "s/\"Remove them/\"${capital_remove_command} ${them}/g" \ -e "s/removed\"/${remove_command_past_tense}\"/g" "${1}"/src/i18n/strings/en_EN.json