diff options
author | sr55 <[email protected]> | 2020-08-22 15:16:26 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-08-22 15:16:48 +0100 |
commit | a4a53c3baeafd7b43c5cf79c0ced3d52cf648fd2 (patch) | |
tree | 3bade58a7af8f380f067701a6192564b6ae23772 /win/CS/HandBrakeWPF/Views | |
parent | 6ff96bb1554f623e1ae8f7036c61cf682038c936 (diff) |
WinGui: Make it clearer that other media players may work for video preview path in preferences. #3069
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/OptionsView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/OptionsView.xaml b/win/CS/HandBrakeWPF/Views/OptionsView.xaml index fcb860f44..d787ecfb3 100644 --- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml +++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml @@ -155,7 +155,7 @@ <StackPanel Orientation="Vertical" Margin="0,0,0,10">
- <TextBlock Text="{x:Static Properties:Resources.Options_PathToVLC}" FontSize="14" Margin="0,0,0,10"/>
+ <TextBlock Text="{x:Static Properties:Resources.Options_PathToMediaPlayer}" FontSize="14" Margin="0,0,0,10"/>
<StackPanel Orientation="Vertical" Margin="20,0,0,0">
|