diff --git a/code/modules/projectiles/gun.dm b/code/modules/projectiles/gun.dm index 22d45c51015..ae0180d9899 100644 --- a/code/modules/projectiles/gun.dm +++ b/code/modules/projectiles/gun.dm @@ -273,7 +273,7 @@ obj/item/weapon/gun/proc/newshot() ..() /obj/item/weapon/gun/proc/toggle_gunlight() - set name = "Toggle gun_light" + set name = "Toggle Gun Light" set category = "Object" set desc = "Click to toggle your weapon's attached flashlight."