diff options
author | sr55 <[email protected]> | 2012-11-10 20:00:20 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-11-10 20:00:20 +0000 |
commit | 3711325bb8aecc6376bbae5fa3611fc6188928cd (patch) | |
tree | 92cb56f4ff0171ba22f8fbfdfdad3b1beae9b68c /win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs | |
parent | 8adb1ccb391645834a1687d8baf2e7b5e62928fb (diff) |
WinGui: UI Tweaks and improvements
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5053 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs index 1fb80023e..a3998be21 100644 --- a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs @@ -339,7 +339,7 @@ namespace HandBrakeWPF.ViewModels public void EditJob(QueueTask task)
{
MessageBoxResult result = this.errorService.ShowMessageBox(
- "Are you sure you wish to edit this job?\nWARNING!!! This feature is not finished YET! Only part of the job will be copied back!!!",
+ "Are you sure you wish to edit this job? It will be removed from the queue and sent to the main window.",
"Modify Job?",
MessageBoxButton.YesNo,
MessageBoxImage.Question);
|