diff --git a/src/gui/options/optionsPassage.js b/src/gui/options/optionsPassage.js
index d69867d37f864456232ed1130f6b417042bd9909..66e5164b9a91c4f29180789eacd31532be9f4cbc 100644
--- a/src/gui/options/optionsPassage.js
+++ b/src/gui/options/optionsPassage.js
@@ -397,7 +397,7 @@ App.UI.optionsPassage = function() {
 
 		_options.addOption("Child gender to be generated based off dick content settings", "seeDicksAffectsPregnancy")
 			.addValue("Enabled", 1).on().addValue("Disabled", 0).off()
-			.addComment("if (V.seeDicksAffectsPregnancy === 1;Currently <<print V.seeDicks;% of children will be born male. }Will not affect existing pregnancies already in-game.");
+			.addComment(`${(V.seeDicksAffectsPregnancy === 1) ? `Currently ${V.seeDicks}% of children will be born male. ` : ``}Will not affect existing pregnancies already in-game.`);
 
 		if (V.seeDicksAffectsPregnancy === 0) {
 			_options.addOption("XX slaves only father daughters", "adamPrinciple")