diff options
author | sr55 <[email protected]> | 2019-02-18 20:13:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-02-18 20:13:51 +0000 |
commit | 5dd8ab773b9ad003901b0375ff558618db26e651 (patch) | |
tree | df85db8a5c930e9b3c4dc5b84f5724e01a95cded /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | 6ab3ce14f6ff886ffa4bd59feba02f9f7d67f7ae (diff) |
WinGui: Set the button text to "Apply" on the Defaults Windows rather than "Save" to try avoid confusion. Improves #1907
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index dce6c03f8..920e3b625 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -989,6 +989,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Apply. + /// </summary> + public static string Generic_Apply { + get { + return ResourceManager.GetString("Generic_Apply", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Cancel. /// </summary> public static string Generic_Cancel { |