diff --git a/src/pregmod/manageCorporation.tw b/src/pregmod/manageCorporation.tw
index 0a0cfbeb08d4f4dc21b6b3e5111c0d929f6eb1a3..48a73c330b2924cb2b4b3f74016a4ea8010c6e08 100644
--- a/src/pregmod/manageCorporation.tw
+++ b/src/pregmod/manageCorporation.tw
@@ -1393,8 +1393,11 @@ __Shares__
 <<set _singleSplitValue = _singleSplitInitial>>
 <<set _singleSplitTotal = _singleSplitValue * $publicShares * $personalShares + _splitFeeValue>>
     <br>The corporation can perform a 2-for-1 Stock Split for <<= cashFormat(_singleSplitValue) >> per share and a market fee of <<= cashFormat(_splitFeeValue)>> for a total of <<= cashFormat(_singleSplitTotal)>>. 
+<<if _splitFeeValue < _splitFeeInitial>>
+    //You negotiated lower fees due to your @@.springgreen;business acumen.@@//
+<</if>>
 <<if $corpSpecTimer > 0>>
-//The corporation restructured too recently.//
+//The corporation has restructured too recently.//
 <<elseif $corpCash > _singleSplitTotal>>
 [[Split Shares|Manage Corporation][$corpCash -= _singleSplitTotal, $publicShares *= 2, $personalShares *= 2, $corpSpecTimer=1]]
 <<else>>