Fix sprite deletion 'no' option
| @@ -1904,7 +1904,7 @@ async function onClickExpressionDelete(event) { | ||
| 1904 | 1904 | |
| 1905 | 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 | 1906 | + '<br /><br />' |
| 1907 | 1907 | + t`Expression:` + ' <tt>' + expressionListItem.attr('data-filename')) + '</tt>'); |
| 1908 | 1908 | if (!confirmation) { |
| 1909 | 1909 | return; |
| 1910 | 1910 | } |