From de875a454e1378cd844cce1d9e760981bfaed8a9 Mon Sep 17 00:00:00 2001 From: CodeYan01 <65320293+CodeYan01@users.noreply.github.com> Date: Sat, 5 Sep 2020 06:04:10 +0800 Subject: [PATCH] UI: Remove redundant word Remove redundant "desired" in Basic.AutoConfig.VideoPage.SubTitle="Specify the desired video settings you would like to use" --- UI/data/locale/en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/data/locale/en-US.ini b/UI/data/locale/en-US.ini index cde0b5a1c..5d3870adb 100644 --- a/UI/data/locale/en-US.ini +++ b/UI/data/locale/en-US.ini @@ -159,7 +159,7 @@ Basic.AutoConfig.StartPage.PrioritizeStreaming="Optimize for streaming, recordin Basic.AutoConfig.StartPage.PrioritizeRecording="Optimize just for recording, I will not be streaming" Basic.AutoConfig.StartPage.PrioritizeVirtualCam="I will only be using the virtual camera" Basic.AutoConfig.VideoPage="Video Settings" -Basic.AutoConfig.VideoPage.SubTitle="Specify the desired video settings you would like to use" +Basic.AutoConfig.VideoPage.SubTitle="Specify the video settings you would like to use" Basic.AutoConfig.VideoPage.BaseResolution.UseCurrent="Use Current (%1x%2)" Basic.AutoConfig.VideoPage.BaseResolution.Display="Display %1 (%2x%3)" Basic.AutoConfig.VideoPage.FPS.UseCurrent="Use Current (%1)"