diff options
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 e67762dc5..60aa0c287 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -2851,6 +2851,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Perform action immediately. (This will disable the 60 second confirmation dialog). + /// </summary> + public static string Options_PromptBeforeAction { + get { + return ResourceManager.GetString("Options_PromptBeforeAction", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Prefer use of Intel QuickSync for decoding video when available. . /// </summary> public static string Options_QsvDecode { |