diff --git a/src/events/intro/introSummary.js b/src/events/intro/introSummary.js
index 197bb2fbf7f8d0618fa1275a2408af802d8d53a6..94183a91e2559095c7dc39ce224badd6d1010569 100644
--- a/src/events/intro/introSummary.js
+++ b/src/events/intro/introSummary.js
@@ -865,7 +865,7 @@ App.Intro.summary = function() {
 		V.potencyAge = Math.clamp(V.potencyAge, 3, 18);
 		options.addOption("Girls will not be able to impregnate others if their age is under", "potencyAge").showTextBox();
 
-		options.addOption("Precocious puberty is", "precociousPuberty").addComment("Under certain conditions they can become pregnant or inseminate others younger then normal age - V.fertilityAge, though they may also experience delayed puberty.")
+		options.addOption("Precocious puberty is", "precociousPuberty").addComment(`Under certain conditions slaves can become pregnant or impregnate others younger than normal age (${V.fertilityAge}); they may also experience delayed puberty.`)
 			.addValue("Enabled", 1).on().addValue("Disabled", 0).off();
 
 		options.addOption("Age penalties are", "AgePenalty").addComment("Job and career penalties due to age.")