From ea1ae59149e35f0927f3065cdd89842fdc2a8040 Mon Sep 17 00:00:00 2001 From: Richard Stanway Date: Fri, 10 Dec 2021 00:00:07 +0100 Subject: [PATCH] UI: More user-friendly error when using a bad output path --- UI/data/locale/en-US.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UI/data/locale/en-US.ini b/UI/data/locale/en-US.ini index 7df686cb1..86936273f 100644 --- a/UI/data/locale/en-US.ini +++ b/UI/data/locale/en-US.ini @@ -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"