diff options
author | sr55 <[email protected]> | 2016-12-13 18:52:14 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2016-12-13 19:35:10 +0000 |
commit | 1f418c2cf9e74f907311b0f5e77d84342e570e35 (patch) | |
tree | aecf124494beb5aba9ef4dc4644c806a4dbe85b7 /win | |
parent | 9e0cd4abefc6da9cac2587a1c6a90f39945593ae (diff) |
WinGui: Mark the Advanced Tab as Deprecated. #123
Diffstat (limited to 'win')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 2 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 2c62e229b..91ef97c49 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1015,7 +1015,7 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
- /// Looks up a localized string similar to Show Advanced Encoder Options Tab.
+ /// Looks up a localized string similar to Show Advanced Encoder Options Tab (Deprecated).
/// </summary>
public static string Options_AdvancedTab {
get {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 97dfabdc0..36b8473ff 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -688,7 +688,7 @@ <value>Advanced Options</value>
</data>
<data name="Options_AdvancedTab" xml:space="preserve">
- <value>Show Advanced Encoder Options Tab</value>
+ <value>Show Advanced Encoder Options Tab (Deprecated)</value>
</data>
<data name="Options_Arguments" xml:space="preserve">
<value>Arguments:</value>
|