diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 0ab8038ee0..5b4ff3024a 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -328,7 +328,7 @@ var/const/MAX_SAVE_SLOTS = 20 dat += "

Name: " dat += "[real_name]" dat += "®

" - dat += "Slot nickame: " + dat += "Slot label: " dat += "[slot_label ? "[slot_label]" : "---"]
" dat += "Always Pick Random Name: [be_random_name ? "Yes" : "No"]
" dat += "Always Pick Random Appearance: [be_random_body ? "Yes" : "No"]

"