diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index f296ea3cc9103fa4a62430721b2f8b57175e462b..ff8ce44da32dc0a09a661974246ae05b991bffb2 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -271,7 +271,7 @@ You should have received a copy of the GNU General Public License along with thi
 	<<set $showBoobCCs = 1>>
 	<<set $showHeightCMs = 1>>
 	<<set $showDickCMs = 1>>
-	<<set $showInches = 0>>
+	<<set $showInches = 1>>
 	<<set $showNumbers = 2>>
 	<<set $showNumbersMax = 20>>
 	<<set $showScores = 1>>
diff --git a/src/uncategorized/BackwardsCompatibility.tw b/src/uncategorized/BackwardsCompatibility.tw
index 8e61ff991c14f98c1f8fffa9efc4abfd19ea19f4..fbcf199b5c6e563dd1b9db9b83ab1367c02149d8 100644
--- a/src/uncategorized/BackwardsCompatibility.tw
+++ b/src/uncategorized/BackwardsCompatibility.tw
@@ -1126,8 +1126,8 @@
 <<if ndef $adamPrinciple>>
 	<<set $adamPrinciple = 0>>
 <</if>>
-<<if ndef $showInches>>
-	<<set $showInches = 0>>
+<<if ndef $showInches || $showInches === 0>>
+	<<set $showInches = 1>>
 <</if>>
 <<if ndef $showNumbers>>
 	<<set $showNumbers = 2>>
@@ -3947,4 +3947,4 @@ Done<br>
 <<set $JobIDArray = resetJobIDArray()>>
 
 /* reset NaNArray after BC is run */
-<<set $NaNArray = findNaN()>>
+<<set $NaNArray = findNaN()>>
\ No newline at end of file
diff --git a/src/uncategorized/descriptionOptions.tw b/src/uncategorized/descriptionOptions.tw
index a2d01763178cb55f3120d75f133d72152b91f492..fd2ea63df746db56e36749784d71f118ef3cf16e 100644
--- a/src/uncategorized/descriptionOptions.tw
+++ b/src/uncategorized/descriptionOptions.tw
@@ -102,9 +102,8 @@
 <</options>>
 <<options $showInches>>
 	Height and length units are in
-	<<option 2 "Inches">>
-	<<option 1 "Centimeters">>
-	<<option 0 "Both units">>
+	<<option 2 "Imperial">>
+	<<option 1 "Metric">>
 <</options>>
 
 <div class="subHeading">
diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw
index 1bfcb1ad06906fb48d362ebabc64c219f7f21f68..b19a1ec39a22f665a978ab71f350aa2adfc4bc1c 100644
--- a/src/uncategorized/salon.tw
+++ b/src/uncategorized/salon.tw
@@ -440,8 +440,6 @@ Give $him: [[Hearing aids|Salon][$activeSlave.earwear = "hearing aids",cashX(for
 				cm (<<= cmToInchString($activeSlave.hLength)>>)
 			<<elseif $showInches == 2>>
 				inches
-			<<else>>
-				cm
 			<</if>>
 			[[Apply|Salon][cashX(forceNeg($modCost), "slaveMod", $activeSlave), $activeSlave.hLength = (Number(_newHLength) || $activeSlave.hLength)]]
 
@@ -964,4 +962,4 @@ Dye or paint:
 
 <<else>>
 	<br><br>$His underarms are completely hairless.
-<</if>>
+<</if>>
\ No newline at end of file
diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw
index 29e6b15913bc137f83715ee28d10f7bd34897cc3..392d0775d8c6250acec21777b341745bbed4d29f 100644
--- a/src/uncategorized/slaveInteract.tw
+++ b/src/uncategorized/slaveInteract.tw
@@ -52,7 +52,7 @@
 <<if $seeDetails == 1>>
 	<<set $saleDescription = 0>>
 	<span id="LSD"><<include "Long Slave Description">></span>
-	<br>//[[Options][$nextLink = passage()]] | [[Hide descriptions|Slave Interact][$seeDetails = 0]] | [[Customize|Add custom descriptors]] | ''<<link "Update">><<replace "#LSD">><<include "Long Slave Description">><</replace>><</link>>''//
+	<br>//[[Description Options][]] | [[Hide descriptions|Slave Interact][$seeDetails = 0]] | [[Customize|Add custom descriptors]] | ''<<link "Update">><<replace "#LSD">><<include "Long Slave Description">><</replace>><</link>>''//
 <<else>>
 	//[[Show descriptions|Slave Interact][$seeDetails = 1]]//
 <</if>>
@@ -1778,4 +1778,4 @@ __Financial__:
 | <<link "Export this slave" "Export Slave">><</link>>
 <<if $cheatMode>>
 	| <<link "Import a slave" "Import Slave">><</link>>
-<</if>>
+<</if>>
\ No newline at end of file