diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 76f2b5d4b53d8fc3f034dcbaf36a3d6e235ed91a..ea8f905cf6a0ba9743e5ad4f06c7bc4384140ab1 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -4889,7 +4889,7 @@ Pregmod 0.10.3.0
 	201
 	-SFanons stuff
 	
-	12/11/17
+	12/12/17
 	
 	202
 	-fixes
@@ -4898,4 +4898,15 @@ Pregmod 0.10.3.0
 	-fxied bad if in saRules
 	
 	204
-	-saRules now applies to the clinic
\ No newline at end of file
+	-saRules now applies to the clinic
+	
+	205
+	-git contributed fixes and muscle range expansion to custom slave/starting girls
+	
+	12/13/17
+	
+	206
+	-git contributed fixes
+	
+	207
+	-git contributed code simplification and fixes
\ No newline at end of file
diff --git a/src/uncategorized/hgApplication.tw b/src/uncategorized/hgApplication.tw
index 0259a150dbed2815b783d1db8a3d20814649d96c..28bfdbb804365a07b0eafee3761b6b752d8aff91 100644
--- a/src/uncategorized/hgApplication.tw
+++ b/src/uncategorized/hgApplication.tw
@@ -161,7 +161,7 @@ She helps $activeSlave.slaveName however she can. The tender care has @@.green;i
 
 <<set _effectiveness -= $activeSlave.intelligence*15>>
 <<if _effectiveness <= 0>>
-	She fails at training $activeSlave.slaveName because she is too intelligent.
+	$activeSlave.slaveName is smart enough to complicate things; she manages to outwit her this week and makes no progress.
 <<else>>
 	<<set $activeSlave.devotion += Math.ceil(_effectiveness/4)>>
 	<<if $activeSlave.devotion < -50>>