Fix sprite deletion 'no' option

a40f56840909e7c2b0edb996dac83434ae89bb71

Wolfsblvt <wolfsblvt@gmail.com>

1 files changed, +1 -1Showing whitespace changes
public/scripts/extensions/expressions/index.js+1 -1
@@ -1904,7 +1904,7 @@ async function onClickExpressionDelete(event) {
19041904
1905 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!`1905 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!`
1906 + '<br /><br />'1906 + '<br /><br />'
1907 + t`Expression:` + ' <tt>' + expressionListItem.attr('data-filename')) + '</tt>';1907 + t`Expression:` + ' <tt>' + expressionListItem.attr('data-filename') + '</tt>');
1908 if (!confirmation) {1908 if (!confirmation) {
1909 return;1909 return;
1910 }1910 }