diff --git a/code/modules/reagents/reagent_dispenser.dm b/code/modules/reagents/reagent_dispenser.dm index fe7d34053e1..c58cb676cc0 100644 --- a/code/modules/reagents/reagent_dispenser.dm +++ b/code/modules/reagents/reagent_dispenser.dm @@ -44,7 +44,7 @@ /obj/structure/reagent_dispensers/examine(mob/user) . = ..() if(can_be_unwrenched) - . += "You can [anchored ? "unlock the wheels" : "lock it in place"] with a Wrench" + . += "The wheels look like they can be [anchored ? "unlocked" : "locked in place"] with a wrench." /obj/structure/reagent_dispensers/temperature_expose(datum/gas_mixture/air, exposed_temperature, exposed_volume) ..()