From be639f834ba19e1853d6c2844386478fb8c9a13c Mon Sep 17 00:00:00 2001 From: sr55 Date: Sat, 25 May 2013 15:22:10 +0000 Subject: WinGui: Refactor the Presets Picture Size handling to make it a bit clearer what's actually happening. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5512 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs') diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index 1b2f1531a..bef7d7030 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -80,13 +80,13 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to You can optionally store a maximum resolution for encodes that use this preset. There are 3 modes: + /// Looks up a localized string similar to You can optionally store a maximum resolution for encodes that use this preset. There are 4 modes: /// - ///None: There is no maximum resolution for encodes using this preset. They will always use the source resolution minus any cropping that may be applied. + ///None: There is no maximum resolution for encodes using this preset. When the preset is loaded, the current width, height and aspect ratio that you currently have set will be reloaded. /// - ///Custom: You can optionally set a Maximum width and height. When doing this an encode will be less than or equal to these values. + ///Custom: You can optionally set a Maximum width and Height. When doing this an encode will be less than or equal to these values. Keep Aspect Ratio will be automatically turned on. /// - ///Source Maximum: Similar to custom, but the resolution of your current source is used as the Max width and Height values in [rest of string was truncated]";. + ///Source Maximum: Similar to custom, but [rest of string was truncated]";. /// public static string AddPreset_PictureSizeMode { get { -- cgit v1.2.3