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.`; };