]> granicus.if.org Git - handbrake/commitdiff
Fixed Botton to Bottom
authorsupachris28 <keych.ck+github@gmail.com>
Sun, 12 Feb 2017 16:36:26 +0000 (16:36 +0000)
committerScott <sr55@users.noreply.github.com>
Sun, 12 Feb 2017 18:03:29 +0000 (18:03 +0000)
win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs

index 7b7cbc2207a91758cf8ade04874894f2c433b6bc..782d1698e4ff89a93b4327cb4c7bf01487517d58 100644 (file)
@@ -1,4 +1,4 @@
-// --------------------------------------------------------------------------------------------------------------------
+// --------------------------------------------------------------------------------------------------------------------
 // <copyright file="PictureSettingsDescConveter.cs" company="HandBrake Project (http://handbrake.fr)">
 //   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
 // </copyright>
@@ -60,7 +60,7 @@ namespace HandBrakeWPF.Converters.Queue
                         break;
                 }
 
-                return resolution + Environment.NewLine + "Crop Top: " + task.Cropping.Top + ", Botton: " + task.Cropping.Bottom + ", Left: "
+                return resolution + Environment.NewLine + "Crop Top: " + task.Cropping.Top + ", Bottom: " + task.Cropping.Bottom + ", Left: "
                        + task.Cropping.Left + ", Right: " + task.Cropping.Right;
             }