diff --git a/code/game/objects/items/devices/taperecorder.dm b/code/game/objects/items/devices/taperecorder.dm index 7c54c3a434b..200c0a0a855 100644 --- a/code/game/objects/items/devices/taperecorder.dm +++ b/code/game/objects/items/devices/taperecorder.dm @@ -142,7 +142,7 @@ recording = 0 update_icon() else - usr << "" + usr << "The tape is full." /obj/item/device/taperecorder/verb/stop()