1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00

improve faststart descr

closes #1654
This commit is contained in:
Mikael Finstad 2023-07-11 17:32:59 +02:00
parent c01f0cf4b2
commit fdc974b237
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -60,7 +60,7 @@ const ExportConfirm = memo(({
}, []); }, []);
const onMovFastStartHelpPress = useCallback(() => { const onMovFastStartHelpPress = useCallback(() => {
toast.fire({ icon: 'info', timer: 10000, text: i18n.t('Enable this to allow faster playback of the resulting file. This may cause processing to take a little longer') }); toast.fire({ icon: 'info', timer: 10000, text: i18n.t('Enabling this will allow faster playback of the exported file. This makes processing use 3 times as much export I/O, which is negligible for small files but might slow down exporting of large files.') });
}, []); }, []);
const onOutFmtHelpPress = useCallback(() => { const onOutFmtHelpPress = useCallback(() => {