diff --git a/src/cheats/mod_EditSlaveCheat.tw b/src/cheats/mod_EditSlaveCheat.tw
index 6dd57b7eb3a95bfa964516cd8e9ee759b49f9c31..4ae3bcc9ce26894eebbb6e10246f72d6261a4d15 100644
--- a/src/cheats/mod_EditSlaveCheat.tw
+++ b/src/cheats/mod_EditSlaveCheat.tw
@@ -347,13 +347,13 @@ Unskilled.
 <<textbox "$activeSlave.muscles" $activeSlave.muscles>>
 <br>
 <<radiobutton "$activeSlave.muscles" -98>> Frail
-<<radiobutton "$activeSlave.muscles" -46>> Very weak
+<<radiobutton "$activeSlave.muscles" -46>> Very Weak
 <<radiobutton "$activeSlave.muscles" -16>> Weak
 <<radiobutton "$activeSlave.muscles" 0>> Soft
 <<radiobutton "$activeSlave.muscles" 15>> Toned
-<<radiobutton "$activeSlave.muscles" 45>> Well built
-<<radiobutton "$activeSlave.muscles" 62>> Quite muscular
-<<radiobutton "$activeSlave.muscles" 97>> Extremely muscular
+<<radiobutton "$activeSlave.muscles" 45>> Well Built
+<<radiobutton "$activeSlave.muscles" 62>> Quite Muscular
+<<radiobutton "$activeSlave.muscles" 97>> Extremely Muscular
 
 <br>
 
@@ -381,7 +381,7 @@ Unskilled.
 <<radiobutton "$activeSlave.lips" 35>> Plush
 <<radiobutton "$activeSlave.lips" 65>> Big
 <<radiobutton "$activeSlave.lips" 85>> Huge
-<<radiobutton "$activeSlave.lips" 100>> Enormous facepussy
+<<radiobutton "$activeSlave.lips" 100>> Enormous Facepussy
 <br>
 ''Lip Implants (0 to 30): $activeSlave.lipsImplant |''
 <<radiobutton "$activeSlave.lipsImplant" 0>> None
@@ -544,11 +544,11 @@ Plush.
 ''Breast Shape: $activeSlave.boobShape |''
 <<textbox "$activeSlave.boobShape" $activeSlave.boobShape>>
 <br>
-<<radiobutton "$activeSlave.boobShape" "perky">> perky
-<<radiobutton "$activeSlave.boobShape" "torpedo-shaped">> torpedo-shaped
-<<radiobutton "$activeSlave.boobShape" "wide-set">> wide-set
-<<radiobutton "$activeSlave.boobShape" "downward-facing">> downward-facing
-<<radiobutton "$activeSlave.boobShape" "saggy">> saggy
+<<radiobutton "$activeSlave.boobShape" "perky">> Perky
+<<radiobutton "$activeSlave.boobShape" "torpedo-shaped">> Torpedo-Shaped
+<<radiobutton "$activeSlave.boobShape" "wide-set">> Wide-Set
+<<radiobutton "$activeSlave.boobShape" "downward-facing">> Downward-Facing
+<<radiobutton "$activeSlave.boobShape" "saggy">> Saggy
 
 <br>
 
@@ -591,9 +591,9 @@ Plush.
 <br><br>
 
 ''Anus Size:''
-<<if $activeSlave.anus == 0>>@@.lime;Virgin.@@
-<<elseif $activeSlave.anus == 1>>Normal.
-<<elseif $activeSlave.anus == 2>>Veteran.
+<<if $activeSlave.anus == 0>>@@.lime;Virgin@@
+<<elseif $activeSlave.anus == 1>>Normal
+<<elseif $activeSlave.anus == 2>>Veteran
 <<else>>Gaping.
 <</if>>
 <br>
@@ -821,11 +821,11 @@ Monstrous.
 
 <br>
 ''Foreskin (0 to 5):''
-<<if $activeSlave.foreskin == 0>> None.
-<<elseif $activeSlave.foreskin == 1>> Tiny.
-<<elseif $activeSlave.foreskin == 2>> Small.
-<<elseif $activeSlave.foreskin == 3>> Normal.
-<<elseif $activeSlave.foreskin == 4>> Large.
+<<if $activeSlave.foreskin == 0>> None
+<<elseif $activeSlave.foreskin == 1>> Tiny
+<<elseif $activeSlave.foreskin == 2>> Small
+<<elseif $activeSlave.foreskin == 3>> Normal
+<<elseif $activeSlave.foreskin == 4>> Large
 <<else>>Massive.<</if>>
 <<textbox "$activeSlave.foreskin" $activeSlave.foreskin>>
 <br>
@@ -1205,15 +1205,15 @@ Flaws:
 
 <br>
 Paraphilias:
-<<radiobutton "$activeSlave.sexualFlaw" "cum addict">> Cum addict
-<<radiobutton "$activeSlave.sexualFlaw" "anal addict">> Anal addict
-<<radiobutton "$activeSlave.sexualFlaw" "attention whore">> Attention whore
-<<radiobutton "$activeSlave.sexualFlaw" "breast growth">> Breast obsession
+<<radiobutton "$activeSlave.sexualFlaw" "cum addict">> Cum Addict
+<<radiobutton "$activeSlave.sexualFlaw" "anal addict">> Anal Addict
+<<radiobutton "$activeSlave.sexualFlaw" "attention whore">> Attention Whore
+<<radiobutton "$activeSlave.sexualFlaw" "breast growth">> Breast Obsession
 <<radiobutton "$activeSlave.sexualFlaw" "abusive">> Abusive
 <<radiobutton "$activeSlave.sexualFlaw" "malicious">> Malicious
-<<radiobutton "$activeSlave.sexualFlaw" "self hating">> Self hatred
-<<radiobutton "$activeSlave.sexualFlaw" "neglectful">> Self neglect
-<<radiobutton "$activeSlave.sexualFlaw" "breeder">> Breeding obsession
+<<radiobutton "$activeSlave.sexualFlaw" "self hating">> Self Hatred
+<<radiobutton "$activeSlave.sexualFlaw" "neglectful">> Self Neglect
+<<radiobutton "$activeSlave.sexualFlaw" "breeder">> Breeding Obsession
 
 <br><br>
 
@@ -1342,7 +1342,7 @@ Paraphilias:
 <<radiobutton "$activeSlave.clitPiercing" 0>> None
 <<radiobutton "$activeSlave.clitPiercing" 1>> Standard
 <<radiobutton "$activeSlave.clitPiercing" 2>> Big
-<<radiobutton "$activeSlave.clitPiercing" 3>> Smart piercing
+<<radiobutton "$activeSlave.clitPiercing" 3>> Smart Piercing
 
 <br>
 ''Pussylips piercings (0-2): $activeSlave.vaginaPiercing''
diff --git a/src/init/setupVars.tw b/src/init/setupVars.tw
index d60cb71cd8f0a20e70cb80ab77d8144ded3e258e..3e99425ac778c656f985f537cead2fac10aaeb03 100644
--- a/src/init/setupVars.tw
+++ b/src/init/setupVars.tw
@@ -1,4 +1,4 @@
-:: setupVars [widget nobr]
+:: setupVars [widget nobr]
 
 /*
 * This passage is tagged as widget, so it will be loaded whenever any passage is loaded. The global setup object seems to reset itself to {} (empty object): until we figure out why, this is where we set properties for it.
diff --git a/src/pregmod/widgets/bodySwapReaction.tw b/src/pregmod/widgets/bodySwapReaction.tw
index 0025b1b38c257064a82fd33bf749fe6c6ba104e0..e6e2d9193a965a9093ecc1779b2760d6bcd4ec44 100644
--- a/src/pregmod/widgets/bodySwapReaction.tw
+++ b/src/pregmod/widgets/bodySwapReaction.tw
@@ -205,7 +205,7 @@ Now you only have to wait for her to wake up.
 				She @@.mediumorchid;glowers@@ at them, knowing full well they'll be back in her mouth shortly.
 				<<set $args[0].devotion -= 2>>
 			<</if>>
-		<<elseif $args[0].teeth != "removable" && $args[0].tonguePiercing > 0 && $args[1].tonguePiercing == 0>> /* (if tongue pierced+has teeth)  */
+		<<elseif $args[0].teeth != "removable" && $args[0].tonguePiercing > 0 && $args[1].tonguePiercing == 0>> /* (if tongue pierced+has teeth) */
 			You can vaguely hear her rattling her tongue piercing against her teeth.
 		<</if>>
 		<<if $args[0].physicalAge < 40 && $args[1].physicalAge > 50 && $args[0].fetish != "mindbroken">>
@@ -743,7 +743,7 @@ Now you only have to wait for her to wake up.
 			<<else>>
 				starts at the falling sensation before realizing she is just @@.lime;shorter than she was before.@@
 				<<if $args[0].devotion > 20>>
-					As frustrating as it will be, she tries to look at the bright side of this and thinks of all the fun things she will be able to do easier now, like being picked up and set on a counter or pinned against a wall.  She drools a little, before shaking her head and continuing on.
+					As frustrating as it will be, she tries to look at the bright side of this and thinks of all the fun things she will be able to do easier now, like being picked up and set on a counter or pinned against a wall. She drools a little, before shaking her head and continuing on.
 				<<else>>
 					This is aggravating more than anything to her. Everything will just be just that much more difficult now. She @@.mediumorchid;glowers at you.@@
 					<<set $args[0].devotion -= 2>>
@@ -2238,7 +2238,7 @@ Now you only have to wait for her to wake up.
 				She @@.mediumorchid;glowers@@ at them, knowing full well they'll be back in her mouth shortly.
 				<<set $args[0].devotion -= 2>>
 			<</if>>
-		<<elseif $args[0].teeth != "removable" && $args[0].tonguePiercing > 0 && $args[1].tonguePiercing == 0>> /* (if tongue pierced+has teeth)  */
+		<<elseif $args[0].teeth != "removable" && $args[0].tonguePiercing > 0 && $args[1].tonguePiercing == 0>> /* (if tongue pierced+has teeth) */
 			You can vaguely hear her rattling her tongue piercing against her teeth as she takes in her appearance.
 		<</if>>
 		<<if $args[0].physicalAge < 40 && $args[1].physicalAge > 50 && $args[0].fetish != "mindbroken">>
@@ -2599,7 +2599,7 @@ Now you only have to wait for her to wake up.
 			<<elseif $args[0].bellyImplant >= 100>>
 				sees a @@.pink;slight swell to her stomach.@@
 			<<else>>
-				discovers her belly is  @@.pink;no longer bulging.@@
+				discovers her belly is @@.pink;no longer bulging.@@
 			<</if>>
 			<<if $args[0].devotion >= 20>>
 				She appreciates how much easier it will be with a smaller middle.
diff --git a/src/pregmod/widgets/pregmodBirthWidgets.tw b/src/pregmod/widgets/pregmodBirthWidgets.tw
index 3780758f0fdcf034e90e1e2c8917368631e289cf..9839c527143d724b5c06a6308f6255c0937a9cdb 100644
--- a/src/pregmod/widgets/pregmodBirthWidgets.tw
+++ b/src/pregmod/widgets/pregmodBirthWidgets.tw
@@ -753,7 +753,7 @@
 		<<else>>
 			Your sleep is awoken by a moist sensation and a loud moan beside you. As you help your concubine wife up, she can't hold back the coming birth.
 			<<ClothingBirth>>
-			As you swaddle <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, you cuddle up to the still very gravid girl. Bringing your child to her breast, you enjoy each other's comfort until a servant comes to clean up. Since she is quite special to you, you allow her the time to pick out names before her child has to be taken away. The slave servant is somewhat surprised to by your actions, but understands those closest to you are affored luxuries far beyond her peers.
+			As you swaddle <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby, you cuddle up to the still very gravid girl. Bringing your child to her breast, you enjoy each other's comfort until a servant comes to clean up. Since she is quite special to you, you allow her the time to pick out names before her child has to be taken away. The slave servant is somewhat surprised to by your actions, but understands those closest to you are afforded luxuries far beyond her peers.
 		<</if>>
 	<<elseif !canWalk($slaves[$i])>>
 		<<if $slaves[$i].fetish == "mindbroken">>
@@ -811,7 +811,7 @@
 				<</if>>
 			<<else>>
 				<<if (random(1,20) > $suddenBirth)>>
-					She is aided in seeking out $HeadGirl.slaveName, who undresses her as she dutifully begins to push out , enjoying her wandering hands and attention. Her child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, she is helped back to $HeadGirl.slaveName's room.
+					She is aided in seeking out $HeadGirl.slaveName, who undresses her as she dutifully begins to push out, enjoying her wandering hands and attention. Her child is promptly taken and, following a cleaning, a fresh change of clothes, and some private time with your head girl, she is helped back to $HeadGirl.slaveName's room.
 				<<else>>
 					$slaves[$i].slaveName is awoken from her rest by a moist sensation followed by a contraction. She rolls over and clutches her gravid belly as another contraction wracks her body.
 					<<ClothingBirth>>
@@ -931,7 +931,7 @@
 		<<if (random(1,20) > $suddenBirth)>>
 			She enters an empty cell, strips, and seats herself on the cot. She instinctively begins birthing <<if $slaves[$i].birthsTotal == 0>>her first<<else>>this week's<</if>> baby. Her child is promptly taken and she returns to mindlessly breaking the confined slaves.
 		<<else>>
-			While punishing a slave, $slaves[$i].slaveName's water breaks, soaking her. Indifferent, she resumes beating her until the contractions are to much to bear. Settling to the floor, she begins giving birth.
+			While punishing a slave, $slaves[$i].slaveName's water breaks, soaking her. Indifferent, she resumes beating her until the contractions are too much to bear. Settling to the floor, she begins giving birth.
 			<<ClothingBirth>>
 			As soon as she regains her strength, she resumes beating the confused slave. Her child is collected by a servant, who carefully hints that $slaves[$i].slaveName should take a break before returning to her task.
 		<</if>>
@@ -1342,7 +1342,7 @@
 		<<else>>
 			While getting milked, $slaves[$i].slaveName's body begins to birth another of her brood. Between the milkers and her immobilizing belly, she ends up stranded atop her immense pregnancy.
 			<<ClothingBirth>>
-			Her child is carried away and she struggles to get off of her self. She groans as she realizes the milk tank is nearly full, having been filled with the copious amounts of milk her body is producing for her brood.
+			Her child is carried away and she struggles to get off of herself. She groans as she realizes the milk tank is nearly full, having been filled with the copious amounts of milk her body is producing for her brood.
 			<</if>>
 	<<else>>
 		<<if $slaves[$i].fetish == "mindbroken">>
diff --git a/src/uncategorized/salon.tw b/src/uncategorized/salon.tw
index 01f522c4aada2b6fd9a8f86da322e4b248d655dd..8eed5ff5edaa2dfad4010ae3c50e36c309ed4c41 100644
--- a/src/uncategorized/salon.tw
+++ b/src/uncategorized/salon.tw
@@ -98,9 +98,9 @@
 	| [[Brown|Salon][$artificialEyeColor = "brown"]]
 	| [[Green|Salon][$artificialEyeColor = "green"]]
 	| [[Turquoise|Salon][$artificialEyeColor = "turquoise"]]
-	| [[Sky-blue|Salon][$artificialEyeColor = "sky-blue"]]
+	| [[Sky-Blue|Salon][$artificialEyeColor = "sky-blue"]]
 	| [[Hazel|Salon][$artificialEyeColor = "hazel"]]
-	| [[Pale-grey|Salon][$artificialEyeColor = "pale-grey"]]
+	| [[Pale-Grey|Salon][$artificialEyeColor = "pale-grey"]]
 	| [[White|Salon][$artificialEyeColor = "white"]]
 	| [[Pink|Salon][$artificialEyeColor = "pink"]]
 	| [[Amber|Salon][$artificialEyeColor = "amber"]]
@@ -109,13 +109,13 @@
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 	Shape:
 	[[Catlike|Salon][$artificialEyeShape = "catlike"]]
-	| [[Serpent-like|Salon][$artificialEyeShape = "serpent-like"]]
+	| [[Serpent-Like|Salon][$artificialEyeShape = "serpent-like"]]
 	| [[Devilish|Salon][$artificialEyeShape = "devilish"]]
 	| [[Demonic|Salon][$artificialEyeShape = "demonic"]]
 	| [[Hypnotic|Salon][$artificialEyeShape = "hypnotic"]]
-	| [[Heart-shaped|Salon][$artificialEyeShape = "heart-shaped"]]
-	| [[Wide-eyed|Salon][$artificialEyeShape = "wide-eyed"]]
-	| [[Almond-shaped|Salon][$artificialEyeShape = "almond-shaped"]]
+	| [[Heart-Shaped|Salon][$artificialEyeShape = "heart-shaped"]]
+	| [[Wide-Eyed|Salon][$artificialEyeShape = "wide-eyed"]]
+	| [[Almond-Shaped|Salon][$artificialEyeShape = "almond-shaped"]]
 	| [[Bright|Salon][$artificialEyeShape = "bright"]]
 	| [[Teary|Salon][$artificialEyeShape = "teary"]]
 	| [[Vacant|Salon][$artificialEyeShape = "vacant"]]
@@ -149,7 +149,7 @@
 		[[Blonde|Salon][$primaryHairColor = "blonde"]]
 		| [[Golden|Salon][$primaryHairColor = "golden"]]
 		| [[Platinum Blonde|Salon][$primaryHairColor = "platinum blonde"]]
-		| [[Strawberry-blonde|Salon][$primaryHairColor = "strawberry-blonde"]]
+		| [[Strawberry-Blonde|Salon][$primaryHairColor = "strawberry-blonde"]]
 		| [[Copper|Salon][$primaryHairColor = "copper"]]
 		| [[Ginger|Salon][$primaryHairColor = "ginger"]]
 		| [[Red|Salon][$primaryHairColor = "red"]]
@@ -169,10 +169,10 @@
 		| [[Silver|Salon][$primaryHairColor = "silver"]]
 		| [[White|Salon][$primaryHairColor = "white"]]
 		| [[Blue-Violet|Salon][$primaryHairColor = "blue-violet"]]
-		| [[Blazing red|Salon][$primaryHairColor = "blazing red"]]
-		| [[Neon green|Salon][$primaryHairColor = "neon green"]]
-		| [[Neon blue|Salon][$primaryHairColor = "neon blue"]]
-		| [[Neon pink|Salon][$primaryHairColor = "neon pink"]]
+		| [[Blazing Red|Salon][$primaryHairColor = "blazing red"]]
+		| [[Neon Green|Salon][$primaryHairColor = "neon green"]]
+		| [[Neon Blue|Salon][$primaryHairColor = "neon blue"]]
+		| [[Neon Pink|Salon][$primaryHairColor = "neon pink"]]
 
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		
@@ -183,10 +183,10 @@
 		| [[Grey|Salon][$secondaryHairColor = " with grey highlights"]]
 		| [[Silver|Salon][$secondaryHairColor = " with silver highlights"]]
 		| [[White|Salon][$secondaryHairColor = " with white highlights"]]
-		| [[Blazing red|Salon][$secondaryHairColor = " with blazing red highlights"]]
-		| [[Neon green|Salon][$secondaryHairColor = " with neon green highlights"]]
-		| [[Neon blue|Salon][$secondaryHairColor = " with neon blue highlights"]]
-		| [[Neon pink|Salon][$secondaryHairColor = " with neon pink highlights"]]
+		| [[Blazing Red|Salon][$secondaryHairColor = " with blazing red highlights"]]
+		| [[Neon Green|Salon][$secondaryHairColor = " with neon green highlights"]]
+		| [[Neon Blue|Salon][$secondaryHairColor = " with neon blue highlights"]]
+		| [[Neon Pink|Salon][$secondaryHairColor = " with neon pink highlights"]]
 		| [[Rainbow|Salon][$secondaryHairColor = " with rainbow highlights"]]
 
 	<<if $primaryHairColor != 0>>
@@ -273,7 +273,7 @@
 		[[Blonde|Salon][$primaryHairColor = "blonde"]]
 		| [[Golden|Salon][$primaryHairColor = "golden"]]
 		| [[Platinum Blonde|Salon][$primaryHairColor = "platinum blonde"]]
-		| [[Strawberry-blonde|Salon][$primaryHairColor = "strawberry-blonde"]]
+		| [[Strawberry-Blonde|Salon][$primaryHairColor = "strawberry-blonde"]]
 		| [[Copper|Salon][$primaryHairColor = "copper"]]
 		| [[Ginger|Salon][$primaryHairColor = "ginger"]]
 		| [[Red|Salon][$primaryHairColor = "red"]]
@@ -293,10 +293,10 @@
 		| [[Silver|Salon][$primaryHairColor = "silver"]]
 		| [[White|Salon][$primaryHairColor = "white"]]
 		| [[Blue-Violet|Salon][$primaryHairColor = "blue-violet"]]
-		| [[Blazing red|Salon][$primaryHairColor = "blazing red"]]
-		| [[Neon green|Salon][$primaryHairColor = "neon green"]]
-		| [[Neon blue|Salon][$primaryHairColor = "neon blue"]]
-		| [[Neon pink|Salon][$primaryHairColor = "neon pink"]]
+		| [[Blazing Red|Salon][$primaryHairColor = "blazing red"]]
+		| [[Neon Green|Salon][$primaryHairColor = "neon green"]]
+		| [[Neon Blue|Salon][$primaryHairColor = "neon blue"]]
+		| [[Neon Pink|Salon][$primaryHairColor = "neon pink"]]
 		<br>&nbsp;&nbsp;&nbsp;&nbsp;
 		
 		Highlights:
@@ -306,10 +306,10 @@
 		| [[Grey|Salon][$secondaryHairColor = " with grey highlights"]]
 		| [[Silver|Salon][$secondaryHairColor = " with silver highlights"]]
 		| [[White|Salon][$secondaryHairColor = " with white highlights"]]
-		| [[Blazing red|Salon][$secondaryHairColor = " with blazing red highlights"]]
-		| [[Neon green|Salon][$secondaryHairColor = " with neon green highlights"]]
-		| [[Neon blue|Salon][$secondaryHairColor = " with neon blue highlights"]]
-		| [[Neon pink|Salon][$secondaryHairColor = " with neon pink highlights"]]
+		| [[Blazing Red|Salon][$secondaryHairColor = " with blazing red highlights"]]
+		| [[Neon Green|Salon][$secondaryHairColor = " with neon green highlights"]]
+		| [[Neon Blue|Salon][$secondaryHairColor = " with neon blue highlights"]]
+		| [[Neon Pink|Salon][$secondaryHairColor = " with neon pink highlights"]]
 		| [[Rainbow|Salon][$secondaryHairColor = " with rainbow highlights"]]
 		
 		<<if $primaryHairColor != 0>>
@@ -449,7 +449,7 @@ Dye or paint:
 [[Red|Salon][$activeSlave.skin = "dyed red",$cash -= $modCost]]
 | [[Green|Salon][$activeSlave.skin = "dyed green",$cash -= $modCost]]
 | [[Blue|Salon][$activeSlave.skin = "dyed blue",$cash -= $modCost]]
-| [[Tiger stripes|Salon][$activeSlave.skin = "tiger striped",$cash -= $modCost]]
+| [[Tiger Stripes|Salon][$activeSlave.skin = "tiger striped",$cash -= $modCost]]
 | [[Camouflage|Salon][$activeSlave.skin = "camouflage patterned",$cash -= $modCost]]
 
 /* MARKS */