improve order

exiftool-integration
Mikael Finstad 4 years ago
parent 20a1b506d3
commit 6870cd7e85
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -89,9 +89,9 @@ const ConcatDialog = memo(({
<Checkbox checked={segmentsToChapters} onChange={(e) => setSegmentsToChapters(e.target.checked)} label={t('Create chapters from merged segments? (slow)')} />
<Paragraph>{t('Note that also other settings from the normal export dialog apply to this merge function. For more information about all options, see the export dialog.')}</Paragraph>
<Checkbox checked={alwaysConcatMultipleFiles} onChange={(e) => setAlwaysConcatMultipleFiles(e.target.checked)} label={t('Always open this dialog when opening multiple files')} />
<Paragraph>{t('Note that also other settings from the normal export dialog apply to this merge function. For more information about all options, see the export dialog.')}</Paragraph>
</div>
</div>
</Dialog>

Loading…
Cancel
Save