diff --git a/code/modules/client/verbs/ooc.dm b/code/modules/client/verbs/ooc.dm index 7788d269c21..e37951e777e 100644 --- a/code/modules/client/verbs/ooc.dm +++ b/code/modules/client/verbs/ooc.dm @@ -143,7 +143,7 @@ var/global/normal_ooc_colour = OOC_COLOR src << "The Message of the Day has not been set." /client/proc/self_notes() - set name = "View Admin Notes" + set name = "View Admin Remarks" set category = "OOC" set desc = "View the notes that admins have written about you" diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index 4ef37cae914..4744180d207 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -412,7 +412,7 @@ var/next_mob_id = 0 */ /mob/verb/memory() - set name = "Notes Memory" + set name = "Notes" set category = "IC" set desc = "View your character's notes memory." if(mind)