- 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.')}
+ )}