diff --git a/src/uncategorized/brothelReport.tw b/src/uncategorized/brothelReport.tw
index c31471c623e5d66d9747ea105e4ad2f993ee3a30..5cdba9ecac5f5a221ddea979e4f324f8f7a9f0ba 100644
--- a/src/uncategorized/brothelReport.tw
+++ b/src/uncategorized/brothelReport.tw
@@ -807,7 +807,7 @@
 		<<elseif ($brothelAdsSpending > 0) >>
 			<<if (_ads == _pref) && (_girls == _ads)>>
 				<<set _adsIncome = _DL*random(20,30), $cash += _adsIncome, $facility.brothel.adsIncome += _adsIncome, _brothelBonuses++>>
-				Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matches most customers' age preferences and the girls in the brothel match as advertised. Your @@.green;reputation@@ increased slightly as a result.
+				Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matches most customers' age preferences as advertised. Your @@.green;reputation@@ increased slightly as a result.
 				<<set $rep += random(_minBonus,_maxBonus)>>
 			<<elseif (_ads == _pref) && (_girls != _ads)>>
 				Its advertising for girls <<if _ads == 1>>with pussies <<elseif _ads == -1>>with dicks <</if>> matched most customers preferences, but the girls in the brothel are not as advertised. Your @@.red;reputation@@ dropped slightly as a result.