diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index a0c0832c2e..7e9cc7d3eb 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -1522,7 +1522,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) features["flavor_text"] = html_decode(msg) if("ooc_notes") - var/msg = stripped_multiline_input(usr, "Set always-visible OOC notes related to content preferences. THIS IS NOT FOR CHARACTE DESCRIPTIONS!!", "OOC notes", features["ooc_notes"], MAX_FLAVOR_LEN, TRUE) + var/msg = stripped_multiline_input(usr, "Set always-visible OOC notes related to content preferences. THIS IS NOT FOR CHARACTER DESCRIPTIONS!", "OOC notes", features["ooc_notes"], MAX_FLAVOR_LEN, TRUE) if(!isnull(msg)) features["ooc_notes"] = html_decode(msg)