fix texts

This commit is contained in:
O-01-67 2022-09-14 16:33:16 -04:00 committed by GitHub
parent 1b7f2d1004
commit 332ed0bb8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -177,9 +177,9 @@ elements.prop = {
pixelTempCheck(pixel);
},
category: "tools",
desc: `Changes pixels of a specified type to another specified type.<br/>Currently setting ${propProperty} to ${propValue} (${propType}).<br/><span onclick=updateReplaceDescriptions() style=\"color: #ff00ff;\";>Press [\"] or click here</span> to open the replace prompt.`,
desc: `Sets properties of pixels.<br/>Currently setting ${propProperty} to ${propValue} (${propType}).<br/><span onclick=updatePropDescription() style=\"color: #ff00ff;\";>Press [\"] or click here</span> to open the property tool prompt.`,
};
function updatePropDescription() {
elements.prop.desc = `Changes pixels of a specified type to another specified type.<br/>Currently setting ${propProperty} to ${propValue} (${propType}).<br/><span onclick=updateReplaceDescriptions() style=\"color: #ff00ff;\";>Press [\"] or click here</span> to open the replace prompt.`;
elements.prop.desc = `Sets properties of pixels.<br/>Currently setting ${propProperty} to ${propValue} (${propType}).<br/><span onclick=updatePropDescription() style=\"color: #ff00ff;\";>Press [\"] or click here</span> to open the property tool prompt.`;
};