diff --git a/code/modules/client/preference_setup/general/03_body.dm b/code/modules/client/preference_setup/general/03_body.dm
index c499c87f53..ca14561d2f 100644
--- a/code/modules/client/preference_setup/general/03_body.dm
+++ b/code/modules/client/preference_setup/general/03_body.dm
@@ -512,7 +512,7 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
. += "Blood Type: [pref.b_type]
"
if(has_flag(mob_species, HAS_SKIN_TONE))
. += "Skin Tone: [-pref.s_tone + 35]/220
"
- . += "Disabilities
Adjust
" // YWadd
+ . += "Disabilities
Adjust
" // YWadd
//YWcommented moved onto disabilities. += "Needs Glasses: [pref.disabilities & NEARSIGHTED ? "Yes" : "No"]
"
. += "Limbs: Adjust Reset
"
. += "Internal Organs: Adjust
"
diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm
index 6f98ef0336..bd2fdf52dd 100644
--- a/code/modules/client/preferences.dm
+++ b/code/modules/client/preferences.dm
@@ -249,8 +249,8 @@ var/list/preferences_datums = list()
dat += "Reload slot - "
dat += "Reset slot - "
dat += "Copy slot"
- dat += "Save & export all" // YW Edit - "Add option to export character to JSON"
- //dat += "Import all" // YW Edit - "Add option to import character from JSON"
+ dat += "Save & export all" // YW Edit - "Add option to export character to JSON"
+ //dat += "Import all" // YW Edit - "Add option to import character from JSON"
else
dat += "Please create an account to save your preferences."
diff --git a/code/modules/client/preferences_yw.dm b/code/modules/client/preferences_yw.dm
index 2a23399d76..7cabeeebe1 100644
--- a/code/modules/client/preferences_yw.dm
+++ b/code/modules/client/preferences_yw.dm
@@ -11,17 +11,17 @@
dat += "