summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorsr55 <[email protected]>2014-09-26 18:10:04 +0000
committersr55 <[email protected]>2014-09-26 18:10:04 +0000
commit2d15d164a8719fac51bc7e0a86325f867faac891 (patch)
tree2cf4850a9494db080dfeaf8950e14bd0df071fb1 /win
parenta688a94cbfbc37ecf761040f20b07e37b4e07b9f (diff)
WinGui: Update some tooltips on the queue so they are correct.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6422 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win')
-rw-r--r--win/CS/HandBrakeWPF/Views/QueueView.xaml4
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>