1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-25 11:43:17 +01:00
This commit is contained in:
Mikael Finstad 2020-02-18 17:07:02 +08:00
parent 6906b69996
commit da32b097ee

View File

@ -785,7 +785,7 @@ const App = memo(() => {
function closeFile() {
// eslint-disable-next-line no-alert
if (!window.confirm('Are you sure you want to replace the current file? You will lose all work')) return;
if (!window.confirm('Are you sure you want to close the current file? You will lose all work')) return;
resetState();
}