diff --git a/code/modules/client/preference/preferences.dm b/code/modules/client/preference/preferences.dm
index 375fee02f1e4..4ce3b3b1a79f 100644
--- a/code/modules/client/preference/preferences.dm
+++ b/code/modules/client/preference/preferences.dm
@@ -310,7 +310,7 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
if(GLOB.configuration.tts.tts_enabled)
dat += {"
Text-to-Speech
- Выбор голоса: Эксплорер TTS голосов
+ Выбор голоса: Эксплорер TTS голосов
"}
// SS220 ADDITION END
diff --git a/modular_ss220/antagonists/code/mind/memory_edit.dm b/modular_ss220/antagonists/code/mind/memory_edit.dm
index 3ae318daf3ed..fbae99d8eeba 100644
--- a/modular_ss220/antagonists/code/mind/memory_edit.dm
+++ b/modular_ss220/antagonists/code/mind/memory_edit.dm
@@ -1,9 +1,9 @@
/datum/mind/proc/memory_edit_blood_brother()
. = _memory_edit_header("blood brother")
if(has_antag_datum(/datum/antagonist/blood_brother))
- . += "BLOOD BROTHER|Remove"
+ . += "BLOOD BROTHER|Remove"
else
- . += "Make Blood Brother"
+ . += "Make Blood Brother"
. += _memory_edit_role_enabled(ROLE_BLOOD_BROTHER)
diff --git a/modular_ss220/objects/code/mecha/lockermech.dm b/modular_ss220/objects/code/mecha/lockermech.dm
index 394d667a9123..8cd103e6195b 100644
--- a/modular_ss220/objects/code/mecha/lockermech.dm
+++ b/modular_ss220/objects/code/mecha/lockermech.dm
@@ -65,7 +65,7 @@
output += "Cargo Compartment Contents:"
if(length(cargo))
for(var/obj/cargo_item as anything in cargo)
- output += "
Unload : [cargo_item]
"
+ output += "
Unload : [cargo_item]
"
else
output += "Nothing"
output += "
"