diff --git a/src/npc/descriptions/style/clothing.js b/src/npc/descriptions/style/clothing.js
index 158a6f1300a4e0beea7946c0171119e9f407fc39..83d07e9eaeb9d53c9dfafdcb4599c910fd5f79bf 100644
--- a/src/npc/descriptions/style/clothing.js
+++ b/src/npc/descriptions/style/clothing.js
@@ -894,7 +894,7 @@ App.Desc.clothing = function(slave, {market, eventDescription} = {}) {
 					break;
 				case "harem gauze":
 					if (hasAnyLegs(slave)) {
-						r.push(`${He} is wearing`);
+						r.push(`flowing down to almost conceal`);
 						r.push(App.Desc.footwear(slave));
 					}
 					r.push(`${He}'s covered and even veiled, but you can see everything straight through the filmy cloth.`);
diff --git a/src/npc/descriptions/style/footwear.js b/src/npc/descriptions/style/footwear.js
index acd8801803f85ce6f4a0ce35a3390af9d1129586..64331c4b85ff59208d1dc4843997cb067038b2c8 100644
--- a/src/npc/descriptions/style/footwear.js
+++ b/src/npc/descriptions/style/footwear.js
@@ -4200,7 +4200,7 @@ App.Desc.footwear = function(slave) {
 						if (bothFeet) {
 							r.push(`high pumps`);
 						} else {
-							r.push(`a high heel`);
+							r.push(`a high pump`);
 						}
 						r.push(`decorated with golden filigree.`);
 						break;
@@ -4237,7 +4237,7 @@ App.Desc.footwear = function(slave) {
 						r.push(`with beautiful eastern patterns worked into the sides in lapis lazuli.`);
 						break;
 					default:
-						r.push(`nothing on ${his} bare ${feet}.`);
+						r.push(`${his} alluringly bare ${feet}.`);
 				}
 				break;
 			case "slutty jewelry":