diff --git a/code/obj/machinery/singularity.dm b/code/obj/machinery/singularity.dm
index 6336d98d71e67..3f2c576b29527 100644
--- a/code/obj/machinery/singularity.dm
+++ b/code/obj/machinery/singularity.dm
@@ -1111,7 +1111,7 @@ TYPEINFO(/obj/machinery/emitter)
var/datum/projectile/current_projectile = new/datum/projectile/laser/heavy
HELP_MESSAGE_OVERRIDE({"The Emitter shoots laser bolts at Containment Field Generators to power them. Has to be \
- wrenched and welded down before being usable. The control systems must be unlocked \
+ wrenched and welded down before being useable. The control systems must be unlocked \
with a valid ID in order to activate the Emitter."})
/obj/machinery/emitter/New()
@@ -1534,8 +1534,9 @@ TYPEINFO(/obj/machinery/power/collector_control)
var/list/obj/machinery/the_singularity/S = null
deconstruct_flags = DECON_WELDER | DECON_MULTITOOL | DECON_CROWBAR | DECON_WRENCH
- HELP_MESSAGE_OVERRIDE({"Transfers the energy from cardinally adjacent Radiation Collector Arrays to the wire below it as usable electric \
- power. It can be bolted or unbolted to the floor with a wrench."})
+ HELP_MESSAGE_OVERRIDE({"Transfers the energy from cardinally adjacent Radiation Collector Arrays \
+ to the wire below it as usable electric power. \
+ It can be bolted or unbolted to the floor with a wrench."})
/obj/machinery/power/collector_control/New()
..()