| 1904 | | 1904 | |
| 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 | } |