]> 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)
committersr55 <sr55.hb@outlook.com>
Sat, 18 Feb 2017 21:04:38 +0000 (21:04 +0000)
win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs

index 9af228b0e5f934e9426772605378435462b47c66..9761efcc12f5f0d92810f276a3ab588cf5bbee12 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>
@@ -62,7 +62,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;
             }