diff --git a/src/cheats/mod_editSlaveCheatNew.tw b/src/cheats/mod_editSlaveCheatNew.tw
index d8aedd3200f9a0fc4b3083b60017fa126ead2953..cb11c5490b58bbc8e6702f5e98be62a62e2cf9f9 100644
--- a/src/cheats/mod_editSlaveCheatNew.tw
+++ b/src/cheats/mod_editSlaveCheatNew.tw
@@ -2816,19 +2816,19 @@
 	<br>
 	''Pregnancy adaptation rating (5: prepubescent loli, 50: normal adult, 51+: practiced):''
 	<<if $tempSlave.pregAdaptation < 10>>
-            @@.yellow;Critically poor@@.
+		@@.yellow;Critically poor@@.
 	<<elseif $tempSlave.pregAdaptation < 30>>
-            @@.yellow;Very poor@@.
+		@@.yellow;Very poor@@.
 	<<elseif $tempSlave.pregAdaptation < 50>>
-            @@.yellow;Poor@@.
+		@@.yellow;Poor@@.
 	<<elseif $tempSlave.pregAdaptation < 60>>
-            @@.yellow;Normal@@.
+		@@.yellow;Normal@@.
 	<<elseif $tempSlave.pregAdaptation < 100>>
-            @@.yellow;Well-adapted@@.
+		@@.yellow;Well-adapted@@.
 	<<elseif $tempSlave.pregAdaptation < 300>>
-            @@.yellow;Astonishingly well-adapted@@.
+		@@.yellow;Astonishingly well-adapted@@.
 	<<else>>
-            @@.yellow;Unshakeable broodmother@@.
+		@@.yellow;Unshakeable broodmother@@.
 	<</if>>
 	<<textbox "$tempSlave.pregAdaptation" $tempSlave.pregAdaptation>>