diff options
author | sr55 <[email protected]> | 2019-02-13 22:04:15 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2019-02-13 22:04:15 +0000 |
commit | 49cabc478c21c52f5aaab6cd9b354224adc186d7 (patch) | |
tree | a6f7a1fc9f2abf4eca90d06a960373a112f5df77 /win/CS/HandBrakeWPF/Properties/Resources.Designer.cs | |
parent | e1e0e211759ce1413252b168d2d01479fed9f579 (diff) |
WinGui: Temp fix for the build until we can refactor the queue error handling.
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 54f78fe92..dce6c03f8 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -1225,6 +1225,15 @@ namespace HandBrakeWPF.Properties { } /// <summary> + /// Looks up a localized string similar to Please correct your subtitle settings before continuing. . + /// </summary> + public static string Main_PleaseFixSubtitleSettings { + get { + return ResourceManager.GetString("Main_PleaseFixSubtitleSettings", resourceCulture); + } + } + + /// <summary> /// Looks up a localized string similar to Please select a folder.. /// </summary> public static string Main_PleaseSelectFolder { |