diff options
author | sr55 <[email protected]> | 2012-11-24 11:24:43 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-11-24 11:24:43 +0000 |
commit | 1c82ce41279bb0a2bb1efef73814b1e1099379cb (patch) | |
tree | dbaf58cbd292e0e722a81fc74340cfd92c439e72 /win/CS/HandBrakeWPF/Views | |
parent | c4250b87a11587ac17543af6890359be2f8fdebc (diff) |
WinGui: Couple of Audio and Advanced Panel bug fixes.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5080 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AdvancedView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AdvancedView.xaml b/win/CS/HandBrakeWPF/Views/AdvancedView.xaml index 674c86eca..f1a48b91f 100644 --- a/win/CS/HandBrakeWPF/Views/AdvancedView.xaml +++ b/win/CS/HandBrakeWPF/Views/AdvancedView.xaml @@ -224,7 +224,7 @@ <TextBlock Grid.Row="0"
Margin="10,5,0,0"
FontWeight="Bold"
- Text="Psychvisual: "
+ Text="Psychovisual: "
/>
<StackPanel Orientation="Horizontal">
<Label Width="110"
|