diff options
author | sr55 <[email protected]> | 2013-07-10 16:12:03 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2013-07-10 16:12:03 +0000 |
commit | 860a0e3324a17b5202a846b54e98134260411bec (patch) | |
tree | e1c3b2d301ea269fd26c425055391485723b3a09 /win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs | |
parent | 04c9a6be112f47da06507ba28319c8b351059175 (diff) |
WinGui: Fix Typo on the queue.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5640 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 65f67c43a..a6ccfd606 100644 --- a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs +++ b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs @@ -242,7 +242,7 @@ namespace HandBrakeWPF.ViewModels this.JobsPending = string.Format("{0} jobs pending", this.queueProcessor.Count);
this.IsEncoding = false;
- MessageBox.Show("The Queue has been pasued. The currently running job will run to completion and no further jobs will start.", "Queue",
+ MessageBox.Show("The Queue has been paused. The currently running job will run to completion and no further jobs will start.", "Queue",
MessageBoxButton.OK, MessageBoxImage.Information);
}
|