diff --git a/code/game/objects/items/stacks/nanopaste.dm b/code/game/objects/items/stacks/nanopaste.dm
index 0bf3114f..8875b854 100644
--- a/code/game/objects/items/stacks/nanopaste.dm
+++ b/code/game/objects/items/stacks/nanopaste.dm
@@ -33,8 +33,8 @@
S.heal_damage(30, 30, robo_repair = 1)
H.updatehealth()
use(1)
- user.visible_message("\The [user] applies some nanite paste at[user != M ? " \the [M]'s" : " \the"][S.display_name] with \the [src].",\
- "You apply some nanite paste at [user == M ? "your" : "[M]'s"] [S.display_name].")
+ user.visible_message("\The [user] applies some nanite paste onto \the [S.display_name] with \the [src].",\
+ "You apply some nanite paste onto \the [S.display_name].")
else
user << "Nothing to fix here."
else