diff --git a/src/descriptions/arcologyDescription.js b/src/descriptions/arcologyDescription.js
index 12ef6da75cb1446e4732db60814a6c5fdaeb4773..c013250fc54ee4b9d32730dd072cbc739d544bc0 100644
--- a/src/descriptions/arcologyDescription.js
+++ b/src/descriptions/arcologyDescription.js
@@ -324,7 +324,7 @@ App.Desc.playerArcology = function(lastElement) {
 				}
 				if (V.seePreg === 1) {
 					if (V.brothelAdsPreg === 1) {
-						buffer.push(`Most of slaves have firm, rounded bellies.`);
+						buffer.push(`Most of the slaves have firm, rounded bellies.`);
 					} else if (V.brothelAdsPreg === -1) {
 						buffer.push(`Most of the slaves have firm, flat bellies.`);
 					} else {