UI: Show video container warning when selecting MOV

MOV and MP4 are closely related and the warning message applies to both
of these container formats.

Closes #1683
This commit is contained in:
derrod
2019-02-24 05:12:37 +01:00
committed by Colin Edwards
parent 0f8c405e15
commit 89fbc5449e
2 changed files with 5 additions and 3 deletions

View File

@@ -876,7 +876,7 @@ SceneItemHide="Hide '%1'"
# Output warnings
OutputWarnings.NoTracksSelected="You must select at least one track"
OutputWarnings.MultiTrackRecording="Warning: Certain formats (such as FLV) do not support multiple tracks per recording"
OutputWarnings.MP4Recording="Warning: Recordings saved to MP4 will be unrecoverable if the file cannot be finalized (e.g. as a result of BSODs, power losses, etc.). If you want to record multiple audio tracks consider using MKV and remux the recording to mp4 after it is finished (File->Remux Recordings)"
OutputWarnings.MP4Recording="Warning: Recordings saved to MP4/MOV will be unrecoverable if the file cannot be finalized (e.g. as a result of BSODs, power losses, etc.). If you want to record multiple audio tracks consider using MKV and remux the recording to MP4/MOV after it is finished (File->Remux Recordings)"
# deleting final scene
FinalScene.Title="Delete Scene"