summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2016-10-29 20:06:25 +0100
committersr55 <[email protected]>2016-10-29 20:06:25 +0100
commitf8ccfd84580f4de1d1b2d93d8ffe0cf99788ef29 (patch)
tree69796c0316de70307d469aa48ab053ebe11c18c6 /win/CS/HandBrakeWPF/Properties
parent8ee33470cef092a8710699a7d493c20a179d96b6 (diff)
WinGui: Replace Strict Anamorphic with Automatic.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs10
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx10
2 files changed, 10 insertions, 10 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs
index f7e495daa..21211eaf2 100644
--- a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs
@@ -182,11 +182,11 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
- /// Looks up a localized string similar to None - Force pixel aspect ratio to 1:1.
- ///Loose - Align dimensions to chosen &apos;Alignment&apos; value
- /// and pick pixel aspect ratio that preserves the
- /// original display aspect ratio
- ///Strict - Keep original source dimensions and pixel aspect ratio.
+ /// Looks up a localized string similar to None - Force pixel aspect ratio to 1:1.
+ ///Loose - Use a pixel aspect ratio that is as close as possible to the source video pixel
+ /// aspect ratio while preserving the original display aspect ratio
+ ///Automatic - Use a pixel aspect ratio that maximizes storage resolution while preserving the
+ /// original display aspect ratio..
/// </summary>
public static string PictureSettingsView_Anamorphic {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx
index be3ea622d..717097ab7 100644
--- a/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx
+++ b/win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx
@@ -164,11 +164,11 @@ This allows a player to initiate playback before downloading the entire file.</v
By default, HandBrake will try and select the main title, or the longest if one isn't found.</value>
</data>
<data name="PictureSettingsView_Anamorphic" xml:space="preserve">
- <value>None - Force pixel aspect ratio to 1:1.
-Loose - Align dimensions to chosen 'Alignment' value
- and pick pixel aspect ratio that preserves the
- original display aspect ratio
-Strict - Keep original source dimensions and pixel aspect ratio</value>
+ <value>None - Force pixel aspect ratio to 1:1.
+Loose - Use a pixel aspect ratio that is as close as possible to the source video pixel
+ aspect ratio while preserving the original display aspect ratio
+Automatic - Use a pixel aspect ratio that maximizes storage resolution while preserving the
+ original display aspect ratio.</value>
</data>
<data name="PictureSettingsView_AutoCrop" xml:space="preserve">
<value>Automatically crop black borders around edges of the video.</value>