diff options
author | sr55 <[email protected]> | 2014-02-23 18:25:37 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2014-02-23 18:25:37 +0000 |
commit | 2a8581bae2052042d7564055009131725b7fecd4 (patch) | |
tree | c613db4bdd3d8a72f26bd285432fc6f6d568be1c /win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml | |
parent | 99c113391ca80041d963f55ed66b3e902a5af032 (diff) |
WinGui: Fix to the Multiple Title selection feature. UI warning no longer relevant after audio/sub title behaviour refactor.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6065 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml')
-rw-r--r-- | win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml b/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml index 5e645dc7b..75538ef0a 100644 --- a/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueSelectionView.xaml @@ -48,7 +48,7 @@ Source="Images/AddToQueue_small.png" />
<StackPanel VerticalAlignment="Center" Orientation="Vertical">
<TextBlock FontWeight="Bold" Text="Add to Queue" />
- <TextBlock Text="*** Experimental ***" />
+ <TextBlock Text="Select multiple titles to add to the queue." />
</StackPanel>
</StackPanel>
@@ -114,10 +114,6 @@ <!-- Checlist -->
<StackPanel Orientation="Vertical" Grid.Row="3" Margin="10,10,10,0">
- <TextBlock Text="{x:Static Properties:Resources.QueueSelection_AutoTrackSelectionWarning}"
- TextWrapping="Wrap" Visibility="{Binding IsAutomaticTrackSelectionEnabled, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}"
- Margin="0,0,0,10"/>
-
<TextBlock Text="{x:Static Properties:Resources.QueueSelection_AutoNameWarning}"
TextWrapping="Wrap" Visibility="{Binding IsAutoNamingEnabled, Converter={StaticResource boolToVisConverter}, ConverterParameter=true}"/>
</StackPanel>
|