summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsr55 <[email protected]>2013-05-18 09:42:36 +0000
committersr55 <[email protected]>2013-05-18 09:42:36 +0000
commit0113eadc0bb49b70647477112c03aa3707afd581 (patch)
treec403168786910b0968e483987ca6e3d798d2f00c
parent031a9105179a08acdbfcd786ada6f43389c9fd3f (diff)
WinGui: Fix typo
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5467 b64f7644-9d1e-0410-96f1-a4d463321fa5
-rw-r--r--win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
index 79532b9ee..3b5bf33e8 100644
--- a/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
+++ b/win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs
@@ -263,7 +263,7 @@ namespace HandBrakeWPF.ViewModels
{
MessageBoxResult result =
this.errorService.ShowMessageBox(
- "This encode is currently in progress. If you delete it, the encode will be stoped. Are you sure you wish to proceed?",
+ "This encode is currently in progress. If you delete it, the encode will be stopped. Are you sure you wish to proceed?",
"Warning",
MessageBoxButton.YesNo,
MessageBoxImage.Question);