]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix typo
authorsr55 <sr55.hb@outlook.com>
Sat, 18 May 2013 09:42:36 +0000 (09:42 +0000)
committersr55 <sr55.hb@outlook.com>
Sat, 18 May 2013 09:42:36 +0000 (09:42 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5467 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/HandBrakeWPF/ViewModels/QueueViewModel.cs

index 79532b9ee050a6d70c6f56945c9b39dd87489838..3b5bf33e8ec38470870723fadcea4d4fba247e66 100644 (file)
@@ -263,7 +263,7 @@ namespace HandBrakeWPF.ViewModels
             {\r
                 MessageBoxResult result =\r
                     this.errorService.ShowMessageBox(\r
-                        "This encode is currently in progress. If you delete it, the encode will be stoped. Are you sure you wish to proceed?",\r
+                        "This encode is currently in progress. If you delete it, the encode will be stopped. Are you sure you wish to proceed?",\r
                         "Warning",\r
                         MessageBoxButton.YesNo,\r
                         MessageBoxImage.Question);\r