diff --git a/src/player/desc/playerBoobs.js b/src/player/desc/playerBoobs.js
index 817fcb045a4bde61a70b263d954cbce4381b1a11..a9d95077f8e05f11674c8b23bacaf4fab43d3cea 100644
--- a/src/player/desc/playerBoobs.js
+++ b/src/player/desc/playerBoobs.js
@@ -294,14 +294,14 @@ App.Desc.Player.boobs = function() {
 		} else if (V.PC.title === 1) {
 			r.push(`Your chest is quite`);
 			if (V.PC.lactation > 0) {
-				frag = `masculine, though the pair of wet spots forming over your nipples suggest otherwise,`;
+				frag = ` masculine, though the pair of wet spots forming over your nipples suggest otherwise,`;
 			} else {
-				frag = `masculine`;
+				frag = ` masculine`;
 			}
 			if (V.PC.markings === "freckles") {
-				frag += `and covered in a light spray of freckles.`;
+				frag += ` and covered in a light spray of freckles.`;
 			} else if (V.PC.markings === "heavily freckled") {
-				frag += `and covered in dense freckles.`;
+				frag += ` and covered in dense freckles.`;
 			} else {
 				frag += `.`; // all this frag bs is to make sure there is no space before the period.  Sigh.
 			}