diff options
author | sr55 <[email protected]> | 2013-05-25 15:22:10 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-05-25 15:22:10 +0000 |
commit | be639f834ba19e1853d6c2844386478fb8c9a13c (patch) | |
tree | bbf8974965e23da167ded1906788b0fdc5bab43c /win/CS/HandBrakeWPF/Views/AddPresetView.xaml | |
parent | 3c4dcbe57e88d64eb9ff4e1186f7daf5793e02f2 (diff) |
WinGui: Refactor the Presets Picture Size handling to make it a bit clearer what's actually happening.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5512 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/AddPresetView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/AddPresetView.xaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml index 3e7a3fd7b..b49b439a6 100644 --- a/win/CS/HandBrakeWPF/Views/AddPresetView.xaml +++ b/win/CS/HandBrakeWPF/Views/AddPresetView.xaml @@ -88,7 +88,7 @@ Grid.Column="0"
Style="{StaticResource LongToolTipHolder}"
ToolTip="{x:Static Properties:Resources.AddPreset_PictureSizeMode}"
- Text="Picture Size:" />
+ Text="Max Picture Size:" />
<ComboBox Grid.Row="2"
Grid.Column="1"
Width="125"
|