From 332ed0bb8a4e15a4d38ef2a95ebd9b4d08d5aa09 Mon Sep 17 00:00:00 2001
From: O-01-67 <68935009+O-01-67@users.noreply.github.com>
Date: Wed, 14 Sep 2022 16:33:16 -0400
Subject: [PATCH] fix texts
---
mods/prop.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mods/prop.js b/mods/prop.js
index d9fd197c..df15a723 100644
--- a/mods/prop.js
+++ b/mods/prop.js
@@ -177,9 +177,9 @@ elements.prop = {
pixelTempCheck(pixel);
},
category: "tools",
- desc: `Changes pixels of a specified type to another specified type.
Currently setting ${propProperty} to ${propValue} (${propType}).
Press [\"] or click here to open the replace prompt.`,
+ desc: `Sets properties of pixels.
Currently setting ${propProperty} to ${propValue} (${propType}).
Press [\"] or click here to open the property tool prompt.`,
};
function updatePropDescription() {
- elements.prop.desc = `Changes pixels of a specified type to another specified type.
Currently setting ${propProperty} to ${propValue} (${propType}).
Press [\"] or click here to open the replace prompt.`;
+ elements.prop.desc = `Sets properties of pixels.
Currently setting ${propProperty} to ${propValue} (${propType}).
Press [\"] or click here to open the property tool prompt.`;
};