diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 9 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index f39eed8f8..165c7fcb2 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -115,6 +115,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Choose Behaviors:.
+ /// </summary>
+ public static string AudioDefaultView_Behaviours {
+ get {
+ return ResourceManager.GetString("AudioDefaultView_Behaviours", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Allow passthru of:.
/// </summary>
public static string AudioView_AllowPassThruOf {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 5b6a8bad0..552fe4892 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -875,4 +875,7 @@ This will not affect your current settings in the Subtitle tab.</value> <data name="OptionsView_InvalidFileFormatChars" xml:space="preserve">
<value>The file format entered contained invalid characters. These have been removed. </value>
</data>
+ <data name="AudioDefaultView_Behaviours" xml:space="preserve">
+ <value>Choose Behaviors:</value>
+ </data>
</root>
\ No newline at end of file |