From 860a0e3324a17b5202a846b54e98134260411bec Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 10 Jul 2013 16:12:03 +0000 Subject: WinGui: Fix Typo on the queue. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5640 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win/CS/HandBrakeWPF') 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); } -- cgit v1.2.3