diff --git a/src/facilities/toyShop/toyShop.js b/src/facilities/toyShop/toyShop.js
index 12e69fc3758c61bb46566a5f7a1d8dcec536662e..1c8671e5cce262d5630bd33a8f87ddad78686809 100644
--- a/src/facilities/toyShop/toyShop.js
+++ b/src/facilities/toyShop/toyShop.js
@@ -105,7 +105,7 @@ App.UI.toyShop = function() {
 
 		function desc() {
 			// Describe
-			const value = App.UI.DOM.makeElement("div", `Enter value here as it will appear in descriptions, "a butt plug" `);
+			const value = App.UI.DOM.makeElement("div", `Enter value here as it will appear in descriptions: a standard "butt plug" `);
 			value.append(App.UI.DOM.makeTextBox(
 				buttPlugName,
 				v => {