diff --git a/src/pregmod/incubatorReport.tw b/src/pregmod/incubatorReport.tw
index e6105e63f563509a4290680dedd159277322dba7..393451b112c701a49b03b65d4acb710811ce63d9 100644
--- a/src/pregmod/incubatorReport.tw
+++ b/src/pregmod/incubatorReport.tw
@@ -748,7 +748,7 @@
 	<</if>>
 
 	<<if ($incubatorPregAdaptationSetting == 1 && $tanks[_inc].genes == "XX") || ($incubatorPregAdaptationSetting == 2 && $tanks[_inc].genes == "XY") ||$incubatorPregAdaptationSetting == 3 >>
-		<br>Incubator working on $his abdomen and reproductive organs.
+		<br>The incubator is working on $his abdomen and reproductive organs, to help adapt $him for future pregnancy.
 		<<set _weekAdapt = isNaN($tanks[_inc].incubatorPregAdaptationInWeek) ? ($tanks[_inc].incubatorPregAdaptationInWeek = (15000 / 2000 - $tanks[_inc].pregAdaptation) / $tanks[_inc].growTime) * $incubatorUpgradeSpeed : $tanks[_inc].incubatorPregAdaptationInWeek * $incubatorUpgradeSpeed>>
 		<<set _weekAdapt *= 1 + ($incubatorReproductionSetting / 5); _weekAdapt *= 1 + ($tanks[_inc].hormoneBalance / 1500)>> 
 		/*And now we done*/