diff --git a/src/components/ConcatDialog.jsx b/src/components/ConcatDialog.jsx index ceac939a..9930ef5b 100644 --- a/src/components/ConcatDialog.jsx +++ b/src/components/ConcatDialog.jsx @@ -165,7 +165,7 @@ const ConcatDialog = memo(({ footer={( <>
- setEnableReadFileMeta(e.target.checked)} label={t('Check files')} marginLeft={10} marginRight={10} /> + setEnableReadFileMeta(e.target.checked)} label={t('Check compatibility')} marginLeft={10} marginRight={10} /> {fileFormat && detectedFileFormat ? ( @@ -204,6 +204,9 @@ const ConcatDialog = memo(({ {enableReadFileMeta && (!allFilesMeta || Object.values(problemsByFile).length > 0) && ( {t('A mismatch was detected in at least one file. You may proceed, but the resulting file might not be playable.')} )} + {!enableReadFileMeta && ( + {t('File compatibility check is not enabled, so the merge operation might not produce a valid output. Enable "Check compatibility" below to check file compatibility before merging.')} + )} setSettingsVisible(false)} title={t('Options')} hasCancel={false} confirmLabel={t('Close')}>