Fix sprite deletion 'no' option

a40f56840909e7c2b0edb996dac83434ae89bb71

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Ignore whitespace
public/scripts/extensions/expressions/index.js+1 -1
@@ -1904,7 +1904,7 @@ async function onClickExpressionDelete(event) {
19041904
19051905 const confirmation = await Popup.show.confirm(t`Delete Expression`, t`Are you sure you want to delete this expression? Once deleted, it\'s gone forever!`
19061906 + '<br /><br />'
19071907 + t`Expression:` + ' <tt>' + expressionListItem.attr('data-filename')) + '</tt>');
19081908 if (!confirmation) {
19091909 return;
19101910 }