diff --git a/code/modules/admin/topic.dm b/code/modules/admin/topic.dm index f4ebc1370df..e9b63259450 100644 --- a/code/modules/admin/topic.dm +++ b/code/modules/admin/topic.dm @@ -1666,7 +1666,7 @@ else if(href_list["autorespond"]) if(href_list["is_mhelp"]) - to_chat(usr, "Auto responses are not yet available for mentor helps.") + to_chat(usr, "Auto responses are not available for mentor helps.") return var/index = text2num(href_list["autorespond"]) if(!check_rights(R_ADMIN|R_MOD))