diff --git a/src/endWeek/economics/persBusiness.js b/src/endWeek/economics/persBusiness.js
index e33d9be042ee369d03bc2c6d0241764ab2f2c747..004de45cc05e2f8f8bac7f5177f479dfbbefd831 100644
--- a/src/endWeek/economics/persBusiness.js
+++ b/src/endWeek/economics/persBusiness.js
@@ -335,7 +335,7 @@ App.EndWeek.personalBusiness = function() {
 					r.push(`Your policies allow your citizen to buy your weaponry and they buy much of what you are capable of producing.`);
 					income += Math.round(((V.ACitizens * 0.1) * price * factoryMod) / (3 - V.SecExp.edicts.weaponsLaw));
 				} else {
-					r.push(`Your policies do allow your citizen to buy weaponry, meaning all your income will come from exports.`);
+					r.push(`Your policies do not allow your citizen to buy weaponry, thus all your income will come from exports.`);
 				}
 			}
 			if (V.SecExp.buildings.weapManu.sellTo.raiders === 1) {