diff --git a/src/utility/slaveCreationWidgets.tw b/src/utility/slaveCreationWidgets.tw
index 1a3fe763feb26cff2673cb1e86e50554802ca398..99c2f54240b59fa4fde219f9984079f80a0acd9f 100644
--- a/src/utility/slaveCreationWidgets.tw
+++ b/src/utility/slaveCreationWidgets.tw
@@ -1552,11 +1552,11 @@
 %/
 <<widget "CustomSlaveVoice">>
 	<<replace #voice>>
-		<<if $customSlave.voice == 3>>high, girly voice.
-		<<elseif $customSlave.voice == 2>>feminine voice.
-		<<elseif $customSlave.voice == 1>>deep voice.
-		<<elseif $customSlave.voice == 0>>mute.
-		<<elseif $customSlave.voice == -1>>Voice is unimportant.
+		<<if $customSlave.voice == 3>>High, girly voice.
+		<<elseif $customSlave.voice == 2>>Feminine voice.
+		<<elseif $customSlave.voice == 1>>Deep voice.
+		<<elseif $customSlave.voice == 0>>Mute.
+		<<else>>Voice is unimportant.
 		<</if>>
 	<</replace>>
 <</widget>>
@@ -1581,7 +1581,7 @@
 <<widget "CustomSlaveWeight">>
 	<<replace #weight>>
 		<<if $customSlave.weight == -50>>Very thin.
-		<<elseif $customSlave.weight == -15>>thin.
+		<<elseif $customSlave.weight == -15>>Thin.
 		<<elseif $customSlave.weight == 0>>Average weight.
 		<<elseif $customSlave.weight == 15>>Chubby.
 		<<elseif $customSlave.weight == 50>>Plump.