diff --git a/src/uncategorized/newGamePlus.tw b/src/uncategorized/newGamePlus.tw
index f582693fbfdbe64819a34ad5ddee809f29d225c5..23fe9b517ed82b8601ea9bc48470a0db3f6d9281 100644
--- a/src/uncategorized/newGamePlus.tw
+++ b/src/uncategorized/newGamePlus.tw
@@ -11,7 +11,7 @@ You have decided to start over and will be able to take a few things with you: a
 
 <br><br>
 
-You <<if $cash >= _fee>>have<<else>>lack<</if>> the funds to bring more than $slavesToImportMax slaves with you (or your equivalent) to a new arcology. It will cost @@.yellowgreen;<<print cashFormat(_fee)>>@@ to insure another slave's safe transfer.
+You <<if $cash >= _fee>>have<<else>>lack<</if>> the funds to bring no more than $slavesToImportMax slaves with you (or your equivalent) to a new arcology. It will cost @@.yellowgreen;<<print cashFormat(_fee)>>@@ to insure another slave's safe transfer.
 <<if $cash >= _fee>>
 	You have @@.yellowgreen;<<print cashFormat($cash)>>@@ to spend.
 	<br>[[Increase slave import capacity by 1.|New Game Plus][cashX(forceNeg(_fee), "capEx"), $slavesToImportMax++]]