diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index e1b0d29b2a8..f34f9ab4673 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -247,7 +247,7 @@ datum/preferences dat += "UI Style: [UI_style]
" dat += "Custom UI(recommended for White UI):
" dat += "-Color: [UI_style_color]
__

" - dat += "-Alpha(transparence): [UI_style_alpha]
" + dat += "-Alpha(transparency): [UI_style_alpha]
" dat += "Play admin midis: [(toggles & SOUND_MIDI) ? "Yes" : "No"]
" dat += "Play lobby music: [(toggles & SOUND_LOBBY) ? "Yes" : "No"]
" dat += "Ghost ears: [(toggles & CHAT_GHOSTEARS) ? "Nearest Creatures" : "All Speech"]
"