From ce4bda45df510434235863836d872b7f572dedcd Mon Sep 17 00:00:00 2001 From: VodBox Date: Mon, 11 Mar 2019 12:16:54 +1300 Subject: [PATCH] obs-ffmpeg: Change clear on media end wording for media source As per mantis issue 1403, the current wording for ClearOnMediaEnd is ambiguous. Since it says "Hide source", some may believe it to mean the scene item in the sources list will have it's visibility set to hidden. This wording makes it clearer what the checkbox actually does. --- plugins/obs-ffmpeg/data/locale/en-US.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/obs-ffmpeg/data/locale/en-US.ini b/plugins/obs-ffmpeg/data/locale/en-US.ini index a397094fa..f92f5e9b6 100644 --- a/plugins/obs-ffmpeg/data/locale/en-US.ini +++ b/plugins/obs-ffmpeg/data/locale/en-US.ini @@ -31,7 +31,7 @@ Input="Input" InputFormat="Input Format" BufferingMB="Network Buffering (MB)" HardwareDecode="Use hardware decoding when available" -ClearOnMediaEnd="Hide source when playback ends" +ClearOnMediaEnd="Show nothing when playback ends" Advanced="Advanced" RestartWhenActivated="Restart playback when source becomes active" CloseFileWhenInactive="Close file when inactive"