diff --git a/src/endWeek/saPleaseYou.js b/src/endWeek/saPleaseYou.js
index 625b7775ff10d40feecb18d2ab4d83d0e824b84e..dacb600e06a458f382693dfc57bf21558300a2a8 100644
--- a/src/endWeek/saPleaseYou.js
+++ b/src/endWeek/saPleaseYou.js
@@ -1790,7 +1790,7 @@ App.SlaveAssignment.pleaseYou = function saPleaseYou(slave) {
 				slave.fetishStrength += 4;
 			}
 		} else if (fetishChange > random(0, 100) && (V.PC.preg >= 20 || (V.PC.preg >= 16 && V.PC.career === "escort"))) {
-			r.push(`At first ${he} found the prospect of being used by ${his} increasingly pregnant ${getWrittenTitle(slave)} a turn off, but being so close to your gravid form serves to be more erotic than ${he} anticipated. Soon ${he} finds ${himself} aroused less from the prospect of sex and more <span class="lightcoral">the chance to be near your child laden belly.</span>`);
+			r.push(`At first ${he} found the prospect of being used by ${his} increasingly pregnant ${getWrittenTitle(slave)} a turn off, but being so close to your gravid form serves to be more erotic than ${he} anticipated. Soon ${he} finds ${himself} aroused less from the prospect of sex and more <span class="lightcoral">the chance to be near your child-laden belly.</span>`);
 			slave.fetish = "pregnancy";
 			slave.fetishKnown = 1;
 			slave.fetishStrength = 10;
diff --git a/src/events/RE/rePregInventorFCTV.js b/src/events/RE/rePregInventorFCTV.js
index 57ce2aacfec1e0d6cc8d1062106779ac48d3477e..a67c83807e4f5cba8c3188f206c2a9e2f0830115 100644
--- a/src/events/RE/rePregInventorFCTV.js
+++ b/src/events/RE/rePregInventorFCTV.js
@@ -522,7 +522,7 @@ App.Events.rePregInventorFCTV = class rePregInventorFCTV extends App.Events.Base
 			} else if (hasAnyArms(slave)) {
 				r.push(`Your slave signs that this was the best method ${he} could think of to keep ${himself} pretty for you, given ${his} size, then starts moaning as a grinning Millie seems to have started enacting her revenge.`);
 			} else {
-				r.push(`Your slave's speaker explains that this was the best method the broodmother could think of to keep ${himself} pretty for you, given ${his} size. The baby laden breeder starts moaning in the middle of ${his} assistant's description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.`);
+				r.push(`Your slave's speaker explains that this was the best method the broodmother could think of to keep ${himself} pretty for you, given ${his} size. The baby-laden breeder starts moaning in the middle of ${his} assistant's description as a grinning Millie seems to have taken this opportunity to start enacting her revenge.`);
 			}
 			r.push(`Millie has turned her body sideways and snaked an arm between`);
 			if (slave.boobs >= 20000) {
diff --git a/src/npc/generate/newSlaveIntro.js b/src/npc/generate/newSlaveIntro.js
index 55109ccd0bb26712ec55354cc304e810822cbe79..429740e459021da3ac2f7a3366c5ef1a0dd525d3 100644
--- a/src/npc/generate/newSlaveIntro.js
+++ b/src/npc/generate/newSlaveIntro.js
@@ -3654,27 +3654,27 @@ App.UI.newSlaveIntro = function(slave, slave2, {tankBorn = false, momInterest =
 										if (PC.boobsImplant > 0) {
 											r.push(`fake,`);
 										}
-										r.push(`milk laden breasts.`);
+										r.push(`milk-laden breasts.`);
 									} else if (PC.boobs >= 1200) {
 										r.push(`huge,`);
 										if (PC.boobsImplant > 0) {
 											r.push(`fake,`);
 										}
-										r.push(`milk laden breasts.`);
+										r.push(`milk-laden breasts.`);
 									} else if (PC.boobs >= 1000) {
 										r.push(`large,`);
 										if (PC.boobsImplant > 0) {
 											r.push(`fake,`);
 										}
-										r.push(`milk laden breasts.`);
+										r.push(`milk-laden breasts.`);
 									} else if (PC.boobs >= 800) {
-										r.push(`big, milk laden breasts.`);
+										r.push(`big, milk-laden breasts.`);
 									} else if (PC.boobs >= 650) {
-										r.push(`milk laden breasts.`);
+										r.push(`milk-laden breasts.`);
 									} else if (PC.boobs >= 500) {
-										r.push(`small, milk laden breasts.`);
+										r.push(`small, milk-laden breasts.`);
 									} else if (PC.boobs >= 300) {
-										r.push(`tiny, milk laden breasts.`);
+										r.push(`tiny, milk-laden breasts.`);
 									} else {
 										r.push(`milk swollen chest.`);
 									}
diff --git a/src/player/pcSurgeryDegradation.js b/src/player/pcSurgeryDegradation.js
index 68000e8d82b92cf630143aad61937b72b16ef9d9..80042311c95619ec3b0c4836fb7bb393a3c71fe2 100644
--- a/src/player/pcSurgeryDegradation.js
+++ b/src/player/pcSurgeryDegradation.js
@@ -147,7 +147,7 @@ App.UI.PCSurgeryDegradation = function(surgeryType) {
 				}
 				r.push(`Either way, this is a good thing. Your breasts work."`);
 			}
-			r.push(`You can't help but moan under your building arousal as ${heU} massages and teases your implant laden breasts. "Enjoying yourself are we? Let me finish you off." ${HeU} sneaks a hand down to your`);
+			r.push(`You can't help but moan under your building arousal as ${heU} massages and teases your implant-laden breasts. "Enjoying yourself are we? Let me finish you off." ${HeU} sneaks a hand down to your`);
 			if (V.PC.dick !== 0) {
 				r.push(`stiff prick and begins stroking its length, quickly bringing you to orgasm and relieving you of your built up tension.`);
 			} else {