mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-22 18:32:34 +01:00
add cancel button to i18n
This commit is contained in:
parent
4eef5649b3
commit
f77066d4bd
@ -360,6 +360,7 @@ export async function showMergeDialog(paths, onMergeClick) {
|
||||
width: '90%',
|
||||
showCancelButton: true,
|
||||
confirmButtonText: i18n.t('Merge!'),
|
||||
cancelButtonText: i18n.t('Cancel'),
|
||||
willOpen: (el) => { swalElem = el; },
|
||||
title: i18n.t('Merge/concatenate files'),
|
||||
html: (<SortableFiles
|
||||
|
Loading…
Reference in New Issue
Block a user