diff options
author | sr55 <[email protected]> | 2016-04-23 20:17:13 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-04-23 20:17:13 +0100 |
commit | 83d10bd4c0ce01c5cf65edeaa46bca19f0a306cb (patch) | |
tree | 7c7fdefaf80018d85cad0c7d59373db85e52cede /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | |
parent | 59853dd5e1f2b504167340fa11c79febe18b8f34 (diff) |
WinGui: Fix the Subtitle Defaults popup text.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 1eab4eee8..c67fddf27 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -2133,6 +2133,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Configure how the Subtitle Tracks are automatically selected and configured when you select a new title or source video..
+ /// </summary>
+ public static string SubtitleView_SubtitleDefaultsDescription {
+ get {
+ return ResourceManager.GetString("SubtitleView_SubtitleDefaultsDescription", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to 2-Pass Encoding.
/// </summary>
public static string VideoView_2Pass {
|