From ed2eed97302b12aaeae41feb4d86f7fa467ebe20 Mon Sep 17 00:00:00 2001
From: lowercasedonkey <lowercasedonkey@gmail.com>
Date: Sat, 26 Dec 2020 20:00:16 -0500
Subject: [PATCH] tweak desc

---
 src/facilities/toyShop/toyShop.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/facilities/toyShop/toyShop.js b/src/facilities/toyShop/toyShop.js
index 12e69fc3758..1c8671e5cce 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 => {
-- 
GitLab