diff options
author | sr55 <[email protected]> | 2012-08-08 20:23:52 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-08-08 20:23:52 +0000 |
commit | bae8654397e1402fa4b9f1d4df31f5fb08317da5 (patch) | |
tree | 70932be75780841003a131197c6db23e81877334 /win/CS/HandBrakeWPF | |
parent | 8b948c9b667a35d890cdbe680b749566e751e96e (diff) |
WinGui: --subtitle-burn -> should be burned
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4895 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF')
-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 0bbde63c3..f8a853476 100644 --- a/win/CS/HandBrakeWPF/Views/OptionsView.xaml +++ b/win/CS/HandBrakeWPF/Views/OptionsView.xaml @@ -147,7 +147,7 @@ <StackPanel Orientation="Horizontal" Margin="0,10,0,0">
<TextBlock VerticalAlignment="Center" Text="Format:" />
- <TextBox Name="autoNameFormat" Text="{Binding AutonameFormat}" Width="180" />
+ <TextBox Name="autoNameFormat" Text="{Binding AutonameFormat}" Width="180" ToolTip=" {Source} = Source Name, {Title} = Title Number, {Chapters} = Selected Chapters, {Date} = Todays Date," />
</StackPanel>
<TextBlock Text="Available Options: {source} {title} {chapters} {date}" />
|