summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
diff options
context:
space:
mode:
authorsr55 <[email protected]>2018-05-24 21:07:20 +0100
committersr55 <[email protected]>2018-05-24 21:07:20 +0100
commit1b4d3a46f3643b73997973dca05f8558c0acafce (patch)
tree583ce267659a57091dd218faf7cf5fabc20db485 /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
parentf6e6fc6c47298a0dd17dad6a6c387c18fe13c6b8 (diff)
WinGui: Don't allow subtitle import before a source has been scanned.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r--win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
index 05cce7649..cc359053b 100644
--- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs
@@ -1069,6 +1069,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to Please choose a source to encode before trying to import a subtitle file..
+ /// </summary>
+ public static string MainView_SubtitleBeforeScanError {
+ get {
+ return ResourceManager.GetString("MainView_SubtitleBeforeScanError", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Subtitles.
/// </summary>
public static string MainView_SubtitlesTab {