UI: More user-friendly error when using a bad output path

This commit is contained in:
Richard Stanway 2021-12-10 00:00:07 +01:00
parent b0e82b9233
commit ea1ae59149

View File

@ -391,7 +391,9 @@ Output.RecordError.EncodeErrorMsg.LastError="An encoder error occurred while rec
# output recording messages
Output.BadPath.Title="Bad File Path"
Output.BadPath.Text="The configured file output path is invalid. Please check your settings to confirm that a valid file path has been set."
# "Recording Path" should match Basic.Settings.Output.Simple.SavePath
Output.BadPath.Text="The configured Recording Path could not be opened. Please check your Recording Path under Settings → Output → Recording."
# broadcast setup messages
Output.NoBroadcast.Title="No Broadcast Configured"