From e690b70a1e4922a08405e712adaf8564203147bb Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Thu, 12 Apr 2018 12:31:40 -0400
Subject: [PATCH] fix

---
 devNotes/VersionChangeLog-Premod+LoliMod.txt | 10 ++++++++++
 src/utility/descriptionWidgetsFlesh.tw       |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/devNotes/VersionChangeLog-Premod+LoliMod.txt b/devNotes/VersionChangeLog-Premod+LoliMod.txt
index 858a3b4b09e..9864775ae63 100644
--- a/devNotes/VersionChangeLog-Premod+LoliMod.txt
+++ b/devNotes/VersionChangeLog-Premod+LoliMod.txt
@@ -2,8 +2,18 @@
 
 0.10.7.1-0.1.x
 
+4/12/2018
+
+	43
+	-readded fixed reverted content
+	-mulitple typos fixed
+	-better RA contols for diet and muscle
+
 4/11/2018
 
+	42
+	-reverted "new means to add, remove, and locate slaves via index map"
+
 	41
 	-various fixes
 	-encyclopedia prodding from SFanon
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 7bc94c114e2..6b8a154063a 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -2970,9 +2970,9 @@ $pronounCap's got a
 		$pronounCap cannot get to $possessive feet unaided, and prefers to remain seated so $possessive enormous balls don't weigh $object down as much.
 		<</if>>
 	<<elseif $activeSlave.balls >= 100>>
-		$possessiveCap testicles are each nearly the same size as $object, making $object about mostly testicle.
+		$possessiveCap testicles are each nearly the same size as $object, making $object mostly testicle.
 	<<else>>
-		$possessiveCap testicles are each nearly the same size as $possessive torso, making $object about mostly testicle.
+		$possessiveCap testicles are each nearly the same size as $possessive torso, making a solid portion of $possessive mass testicle.
 	<</if>>
 	<<if $activeSlave.balls > 90>>
 		<<if $ballsAccessibility == 1>>
-- 
GitLab