diff --git a/src/npc/startingGirls/startingGirls.tw b/src/npc/startingGirls/startingGirls.tw
index af237fdb8e1754c54ea9e7bced3fc09ebd547f15..234e86ebb5d14f8af40ce274398e2647958f8a2c 100644
--- a/src/npc/startingGirls/startingGirls.tw
+++ b/src/npc/startingGirls/startingGirls.tw
@@ -488,13 +488,13 @@
 		<<run _option.addComment(`<span class=warning>${_comment}</span>`)>>
 	<</if>>
 
+	<<run _options.addOption("$His nationality is", "nationality", $activeSlave).showTextBox()>>
+
 	<<if $seeRace == 1>>
-		<<run _options.addOption("$His ethnicity is", "nationality", $activeSlave).showTextBox()
+		<<run _options.addOption("$His ethnicity is", "race", $activeSlave).showTextBox()
 		.addValueList([["White", "white"], ["Asian", "asian"], ["Latina", "latina"], ["Middle Eastern", "middle eastern"],
 			["Black", "black"], ["Semetic", "semetic"], ["Southern European", "southern european"], ["Indo-Aryan", "indo-aryan"],
 			["Amerindian", "amerindian"], ["Pacific Islander", "pacific islander"], ["Malay", "malay"], ["Mixed Race", "mixed race"]])>>
-	<<else>>
-		<<run _options.addOption("$His nationality is", "nationality", $activeSlave).showTextBox()>>
 	<</if>>
 
 	<<run _options.addOption("$His skin color is", "origSkin", $activeSlave).showTextBox()