diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index f68020b7..5cd171cc 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -931,7 +931,7 @@ GLOBAL_LIST_EMPTY(preferences_datums) if(/datum/reagent/consumable/alienhoney) dat += "Honey" if(/datum/reagent/consumable/pinkmilk) - dat += "Strawberry milk" + dat += "Strawberry Milk" else dat += "Nothing?" //This else is a safeguard for errors, and if it happened, they wouldn't be able to change this pref,