diff options
-rw-r--r-- | win/CS/HandBrakeWPF/Views/QueueView.xaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Views/QueueView.xaml b/win/CS/HandBrakeWPF/Views/QueueView.xaml index f1d8ccdf4..6e40d4377 100644 --- a/win/CS/HandBrakeWPF/Views/QueueView.xaml +++ b/win/CS/HandBrakeWPF/Views/QueueView.xaml @@ -376,7 +376,7 @@ <Image Width="20"
Height="20" VerticalAlignment="Center"
Source="Images/Options24.png"
- ToolTip="Reset job status to Waiting.">
+ ToolTip="Send the job back to the main window for editing.">
</Image>
</ControlTemplate>
</Button.Template>
@@ -395,7 +395,7 @@ <Image Width="20"
Height="20" VerticalAlignment="Center"
Source="Images/delete.png"
- ToolTip="Reset job status to Waiting.">
+ ToolTip="Delete the job from the queue.">
</Image>
</ControlTemplate>
</Button.Template>
|