diff --git a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
index 44f1a317e8cc45394fda62fcfe98db13343caeec..1bc0c43e6711ea1deb9dba639a936550a21384be 100644
--- a/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
+++ b/src/cheats/mod_EditSlaveCheatDatatypeCleanupNew.tw
@@ -124,15 +124,15 @@
 	<<print "The Slave was her own Rival reset to No Rivalry">><br>
 <</if>>
 <<if $tempSlave.actualAge < 0>>
-	<<print "Slave actual Age is set too low reset to Arcology Minimum Age">><br>
+	<<print "Slave actual Age is set too low, reset to Arcology Minimum Age">><br>
 	<<set $tempSlave.actualAge = $minimumSlaveAge>>
 <</if>>
 <<if $tempSlave.physicalAge < 0>>
-	<<print "Slave physical Age is set too low reset to Arcology Minimum Age">><br>
+	<<print "Slave physical Age is set too low, reset to Arcology Minimum Age">><br>
 	<<set $tempSlave.physicalAge = $minimumSlaveAge>>
 <</if>>
 <<if $tempSlave.visualAge < 0>>
-	<<print "Slave visual Age is set too low reset to Arcology Minimum Age">><br>
+	<<print "Slave visual Age is set too low, reset to Arcology Minimum Age">><br>
 	<<set $tempSlave.visualAge = $minimumSlaveAge>>
 <</if>>
 <<if ($tempSlave.ageImplant == 1) && ($tempSlave.visualAge < 25)>>
@@ -140,29 +140,29 @@
 	<<set $tempSlave.ageImplant = 0>>
 <</if>>
 <<if $tempSlave.ovaryAge < 0>>
-	<<print "Slave ovary Age is set too low reset to match physical age">><br>
+	<<print "Slave ovary Age is set too low, reset to match physical age">><br>
 	<<set $tempSlave.ovaryAge = $tempSlave.physicalAge>>
 <</if>>
 <<if $tempSlave.chem < 0>>
-	<<print "Slaves DNA Error is set too low reset to 0">><br>
+	<<print "Slaves DNA Error is set too low, reset to 0">><br>
 	<<set $tempSlave.chem = 0>>
 <</if>>
 <<if $tempSlave.face < -100>>
-	<<print "Face Beauty was set too low reset to -100">><br>
+	<<print "Face Beauty was set too low, reset to -100">><br>
 	<<set $tempSlave.face = -100>>
 <<elseif $tempSlave.face > 100>>
-	<<print "Face Beauty was set too high reset to 100">><br>
+	<<print "Face Beauty was set too high, reset to 100">><br>
 	<<set $tempSlave.face = 100>>
 <</if>>
 <<if $tempSlave.hLength < 0>>
-	<<print "Slaves Hair length was set too low reset to 0">><br>
+	<<print "Slaves Hair length was set too low, reset to 0">><br>
 	<<set $tempSlave.hLength = 0>>
 <</if>>
 <<if $tempSlave.lips < 0>>
-	<<print "Lips size too small reset to 0">><br>
+	<<print "Lips size too small, reset to 0">><br>
 	<<set $tempSlave.lips = 0>>
 <<elseif $tempSlave.lips > 100>>
-	<<print "Lips size too big reset to 100">><br>
+	<<print "Lips size too high, reset to 100">><br>
 	<<set $tempSlave.lips = 100>>
 <</if>>
 <<if ($tempSlave.voice == 0) && ($tempSlave.voiceImplant == 1)>>
@@ -170,10 +170,10 @@
 	<<set $tempSlave.voiceImplant = 0>>
 <</if>>
 <<if $tempSlave.amp <-5>>
-	<<print "Amputation Value too low reset to -5 (Cybernetic limbs)">><br>
+	<<print "Amputation Value too low, reset to -5 (Cybernetic limbs)">><br>
 	<<set $tempSlave.amp = -5>>
 <<elseif $tempSlave.amp > 1>>
-	<<print "Amputation Value too high reset to 1 (Amputated)">><br>
+	<<print "Amputation Value too high, reset to 1 (Amputated)">><br>
 	<<set $tempSlave.amp = 1>>
 <</if>>
 <<if ($tempSlave.amp == 0) && ($tempSlave.PLimb > 0)>>
@@ -211,65 +211,65 @@
 	<<set $tempSlave.amp = 1>>
 <</if>>
 <<if $tempSlave.fuckdoll < 0>>
-	<<print "Fuckdoll Value to low reset to 0 (Not a Fuckdoll)">><br>
+	<<print "Fuckdoll Value too low, reset to 0 (Not a Fuckdoll)">><br>
 	<<set $tempSlave.fuckdoll = 0>>
 <<elseif $tempSlave.fuckdoll > 100>>
-	<<print "Fuckdoll Value to high reset to 100 (Total Fuckdoll)">><br>
+	<<print "Fuckdoll Value too high, reset to 100 (Total Fuckdoll)">><br>
 	<<set $tempSlave.fuckdoll = 100>>
 <</if>>
 <<if $tempSlave.muscles < -100>>
-	<<print "Muscle Value to low reset to -100 (Frail)">><br>
+	<<print "Muscle Value too low, reset to -100 (Frail)">><br>
 	<<set $tempSlave.muscles = 0>>
 <<elseif $tempSlave.muscles > 100>>
-	<<print "Muscle Value to high reset to 100 (Hugely Muscular)">><br>
+	<<print "Muscle Value too high, reset to 100 (Hugely Muscular)">><br>
 	<<set $tempSlave.muscles = 100>>
 <</if>>
 <<if $tempSlave.weight < -100>>
-	<<print "Weight Value to low reset to -100 (Emaciated)">><br>
+	<<print "Weight Value too low, reset to -100 (Emaciated)">><br>
 	<<set $tempSlave.weight = -100>>
 <<elseif $tempSlave.weight > 200 >>
-	<<print "Weight Value to high reset to 200 (Extremely Obese)">><br>
+	<<print "Weight Value too high, reset to 200 (Extremely Obese)">><br>
 	<<set $tempSlave.weight = 200>>
 <</if>>
 <<if $tempSlave.waist < -100>>
-	<<print "Waist Value to low reset to -100 (Absurd)">><br>
+	<<print "Waist Value too low, reset to -100 (Absurd)">><br>
 	<<set $tempSlave.waist = -100>>
 <<elseif $tempSlave.waist > 100>>
-	<<print "Waist Value to high reset to 100 (Masculine)">><br>
+	<<print "Waist Value too high, reset to 100 (Masculine)">><br>
 	<<set $tempSlave.waist = 100>>
 <</if>>
 <<if $tempSlave.height < 1>>
-	<<print "Height Value to low reset to 140 (Seriously its still a Human Being)">><br>
+	<<print "Height Value too low, reset to 140 (Seriously its still a Human Being)">><br>
 	<<set $tempSlave.height = 140>>
 <</if>>
 <<if $tempSlave.heightImplant < -1>>
-	<<print "heightImplant Value to low reset to -1 (Artificially Shortened)">><br>
+	<<print "heightImplant Value too low, reset to -1 (Artificially Shortened)">><br>
 	<<set $tempSlave.heightImplant = -1>>
 <<elseif $tempSlave.heightImplant > 1>>
-	<<print "heightImplant Value to high reset to 1 (Artificially Lengthened)">><br>
+	<<print "heightImplant Value too high, reset to 1 (Artificially Lengthened)">><br>
 <</if>>
 <<if $tempSlave.bellyImplant < -1>>
-	<<print "Belly Implant Value to low reset -1 (no Implant)">><br>
+	<<print "Belly Implant Value too low, reset -1 (no Implant)">><br>
 	<<set $tempSlave.bellyImplant = -1>>
 <</if>>
 <<if $tempSlave.bellySag < 0>>
-	<<print "Bellysag Value to low reset 0">><br>
+	<<print "Bellysag Value too low, reset 0">><br>
 	<<set $tempSlave.bellySag = 0>>
 <</if>>
 <<if $tempSlave.boobs < 0>>
-	<<print "Breasts Value to low reset to 200">><br>
+	<<print "Breasts Value too low, reset to 200">><br>
 	<<set $tempSlave.boobs = 200>>
 <</if>>
 <<if $tempSlave.boobsImplant < 0>>
-	<<print "Breast Implant Value to low reset to 0">><br>
+	<<print "Breast Implant Value too low, reset to 0">><br>
 	<<set $tempSlave.boobsImplant = 0>>
 <</if>>
 <<if $tempSlave.butt < 0>>
-	<<print "Butt Value to low reset to 0">><br>
+	<<print "Butt Value too low, reset to 0">><br>
 	<<set $tempSlave.butt = 0>>
 <</if>>
 <<if (ndef $tempSlave.pubertyAgeXX) || ($tempSlave.pubertyAgeXX < 0)>>
-	<<print "Puberty Age was not set or set to low reset to Arcology fertility age">><br>
+	<<print "Puberty Age was not set or set too low, reset to Arcology fertility age">><br>
 	<<set $tempSlave.pubertyAgeXX = $fertilityAge>>
 <</if>>
 <<if (ndef $tempSlave.pubertyXX) && ($tempSlave.physicalAge >= $tempSlave.pubertyAgeXX)>>
@@ -278,7 +278,7 @@
 	<<set $tempSlave.pubertyXX = 0>>
 <</if>>
 <<if $tempSlave.dick < 0>>
-	<<print "Slave Dick Value set to low reset to 0 (No Dick)" >><br>
+	<<print "Slave Dick Value set too low, reset to 0 (No Dick)" >><br>
 	<<set $tempSlave.dick = 0>>
 <</if>>
 <<if $tempSlave.dick == 0>>
@@ -323,19 +323,19 @@
 	<<set $tempSlave.pregSource = 0>>
 <</if>>
 <<if $tempSlave.balls < 0>>
-	<<print "Slave Balls Value set to low reset to 0 (No Balls)">><br>
+	<<print "Slave Balls Value set too low, reset to 0 (No Balls)">><br>
 	<<set $tempSlave.balls = 0>>
 <</if>>
 <<if $tempSlave.foreskin < 0>>
-	<<print "Slave Foreskin Value set to low reset to 0 (None)">><br>
+	<<print "Slave Foreskin Value set too low, reset to 0 (None)">><br>
 	<<set $tempSlave.foreskin = 0>>
 <</if>>
 <<if $tempSlave.scrotum < 0>>
-	<<print "Slave Scrotum Value set to low reset to 0 (No Scrotum)">><br>
+	<<print "Slave Scrotum Value set too low, reset to 0 (No Scrotum)">><br>
 	<<set $tempSlave.scrotum = 0>>
 <</if>>
 <<if (ndef $tempSlave.pubertyAgeXY) || ($tempSlave.pubertyAgeXY < 0)>>
-	<<print "XY Puberty Age was not set or set to low reset to Arcology Puberty Age">><br>
+	<<print "XY Puberty Age was not set or set too low, reset to Arcology Puberty Age">><br>
 	<<set $tempSlave.pubertyAgeXY = $potencyAge>>
 <</if>>
 <<if (ndef $tempSlave.pubertyXY) && ($tempSlave.physicalAge >= $tempSlave.pubertyAgeXY)>>
@@ -348,98 +348,98 @@
 	<<set $tempSlave.pubertyXY = 1>>
 <</if>>
 <<if $tempSlave.oralSkill < 0>>
-	<<print "Oral Skill Value set to low reset to 0">><br>
+	<<print "Oral Skill Value set too low, reset to 0">><br>
 	<<set $tempSlave.oralSkill = 0>>
 <<elseif $tempSlave.oralSkill > 100>>
-	<<print "Oral Skill Value set to high reset to 100">><br>
+	<<print "Oral Skill Value set too high, reset to 100">><br>
 	<<set $tempSlave.oralSkill = 100>>
 <</if>>
 <<if $tempSlave.vaginalSkill < 0>>
-	<<print "Vaginal Skill Value to low reset to 0">><br>
+	<<print "Vaginal Skill Value too low, reset to 0">><br>
 	<<set $tempSlave.vaginalSkill = 0>>
 <<elseif $tempSlave.vaginalSkill > 100>>
-	<<print "Vaginal Skill Value to high reset to 100">><br>
+	<<print "Vaginal Skill Value too high, reset to 100">><br>
 	<<set $tempSlave.vaginalSkill = 100>>
 <</if>>
 <<if $tempSlave.analSkill < 0>>
-	<<print "Anal Skill Value set to low reset to 0">><br>
+	<<print "Anal Skill Value set too low, reset to 0">><br>
 	<<set $tempSlave.analSkill = 0>>
 <<elseif $tempSlave.analSkill > 100>>
-	<<print "Anal Skill Value set to high reset to 100">><br>
+	<<print "Anal Skill Value set too high, reset to 100">><br>
 	<<set $tempSlave.analSkill = 100>>
 <</if>>
 <<if $tempSlave.whoreSkill < 0>>
-	<<print "Whoring Skill Value set to low reset to 0">><br>
+	<<print "Whoring Skill Value set too low, reset to 0">><br>
 	<<set $tempSlave.whoreSkill = 0>>
 <<elseif $tempSlave.whoreSkill > 100>>
-	<<print "Whoring Skill Value set to high reset to 100">><br>
+	<<print "Whoring Skill Value set too high, reset to 100">><br>
 	<<set $tempSlave.whoreSkill = 100>>
 <</if>>
 <<if $tempSlave.entertainSkill < 0>>
-	<<print "Entertainment Skill Value set to low reset to 0">><br>
+	<<print "Entertainment Skill Value set too low, reset to 0">><br>
 	<<set $tempSlave.entertainSkill = 0>>
 <<elseif $tempSlave.entertainSkill > 100>>
-	<<print "Entertainment Skill Value set to high reset to 100">><br>
+	<<print "Entertainment Skill Value set too high, reset to 100">><br>
 	<<set $tempSlave.entertainSkill = 100>>
 <</if>>
 <<if $tempSlave.intelligence < -3>>
-	<<print "Slave Intelligence Value set to low reset to -3">><br>
+	<<print "Slave Intelligence Value set too low, reset to -3">><br>
 	<<set $tempSlave.intelligence = -3>>
 <<elseif $tempSlave.intelligence > 3>>
-	<<pritn "Slave Intelligence Value set to high reset to 3">><br>
+	<<pritn "Slave Intelligence Value set too high, reset to 3">><br>
 	<<set $tempSlave.intelligence = 3>>
 <</if>>
 <<if $tempSlave.fetishStrength < 0>>
-	<<print "Fetish Strength set to low reset to 0">><br>
+	<<print "Fetish Strength set too low, reset to 0">><br>
 	<<set $tempSlave.fetishStrength = 0>>
 <<elseif $tempSlave.fetishStrength > 100>>
-	<<print "Fetish Strength set to high reset to 100">><br>
+	<<print "Fetish Strength set too high, reset to 100">><br>
 	<<set $tempSlave.fetishStrength = 100>>
 <</if>>
 <<if $tempSlave.energy < 0>>
-	<<print "Sex Drive was set to low reset to 0">><br>
+	<<print "Sex Drive was set too low, reset to 0">><br>
 	<<set $tempSlave.energy = 0>>
 <<elseif $tempSlave.energy > 100>>
-	<<print "Sex Drive was set to high reset to 100">><br>
+	<<print "Sex Drive was set too high, reset to 100">><br>
 	<<set $tempSlave.energy =100>>
 <</if>>
 <<if $tempSlave.penetrativeCount < 0>>
-	<<print "Penetrative sex Count was set to low reset to 0">><br>
+	<<print "Penetrative sex Count was set too low, reset to 0">><br>
 	<<set $tempSlave.penetrativeCount = 0>>
 <</if>>
 <<if $tempSlave.oralCount < 0>>
-	<<print "Oral sex Count set to low reset to 0">><br>
+	<<print "Oral sex Count set too low, reset to 0">><br>
 	<<set $tempSlave.oralCount = 0>>
 <</if>>
 <<if $tempSlave.vaginalCount < 0>>
-	<<print "Vaginal sex Count set to reset to 0">><br>
+	<<print "Vaginal sex Count set too low, reset to 0">><br>
 	<<set $tempSlave.vaginalCount = 0>>
 <</if>>
 <<if $tempSlave.analCount < 0>>
-	<<print "Anal sex Count set to low reset to 0">><br>
+	<<print "Anal sex Count set too low, reset to 0">><br>
 	<<set $tempSlave.analCount = 0>>
 <</if>>
 <<if $tempSlave.publicCount < 0>>
-	<<print "Public sex Count set to low reset 0">><br>
+	<<print "Public sex Count set too low, reset 0">><br>
 	<<set $tempSlave.publicCount = 0>>
 <</if>>
 <<if $tempSlave.mammaryCount < 0>>
-	<<print "Titjobs Count set to low reset to 0">><br>
+	<<print "Titjobs Count set too low, reset to 0">><br>
 	<<set $tempSlave.mammaryCount = 0>>
 <</if>>
 <<if $tempSlave.birthsTotal < 0>>
-	<<print "Total birth Count set to low reset to 0">><br>
+	<<print "Total birth Count set too low, reset to 0">><br>
 	<<set $tempSlave.birthsTotal = 0>>
 <</if>>
 <<if $tempSlave.pitKills < 0>>
-	<<print "Pit Kills Count set to low reset to 0">><br>
+	<<print "Pit Kills Count set too low, reset to 0">><br>
 	<<set $tempSlave.pitKills = 0>>
 <</if>>
 <<if $tempSlave.prestige < 0>>
-	<<print "Prestige set to low reset to 0">><br>
+	<<print "Prestige set too low, reset to 0">><br>
 	<<set $tempSlave.prestige = 0>>
 <<elseif $tempSlave.prestige > 3>>
-	<<print "Prestige set to high reset to 3">><br>
+	<<print "Prestige set too high, reset to 3">><br>
 	<<set $tempSlave.prestige = 3>>
 <</if>>
 <<SetBellySize $tempSlave>>
diff --git a/src/uncategorized/newSlaveIntro.tw b/src/uncategorized/newSlaveIntro.tw
index 995d6d20b107a030af89fa1d71ce1a922b8551f9..a1bf8bd486028ed4d0e0b9828a97b84adf00288e 100644
--- a/src/uncategorized/newSlaveIntro.tw
+++ b/src/uncategorized/newSlaveIntro.tw
@@ -576,7 +576,7 @@ The legalities completed, ''__@@.pink;<<SlaveFullName $activeSlave>>@@__'' <<if
 	<</link>>
  <br>
 
-<<case "She offered herself as a slave to escape the horrors a blind girls faces on the streets.">>
+<<case "She offered herself as a slave to escape the horrors a blind girl faces on the streets.">>
 	//and since she loathes her pregnancy...//
 	<br>&nbsp;&nbsp;&nbsp;&nbsp;
 	<<link "Abort her child">>
diff --git a/src/uncategorized/reRecruit.tw b/src/uncategorized/reRecruit.tw
index 249bcedefaa48e832109004267af1ad7298801c9..c0584405edd616e3aad0cc384bc15f87624935c3 100644
--- a/src/uncategorized/reRecruit.tw
+++ b/src/uncategorized/reRecruit.tw
@@ -189,7 +189,7 @@ A young woman comes to your penthouse for an interview. You accepted her request
 <<set $activeSlaveOneTimeMaxAge = 22>>
 <<set $one_time_age_overrides_pedo_mode = 1>>
 <<include "Generate XX Slave">>
-<<set $activeSlave.origin = "She offered herself as a slave to escape the horrors a blind girls faces on the streets.">>
+<<set $activeSlave.origin = "She offered herself as a slave to escape the horrors a blind girl faces on the streets.">>
 <<set $activeSlave.devotion = random(20,30)>>
 <<set $activeSlave.trust = random(0,15)>>
 <<set $activeSlave.boobs = 300>>