diff options
author | Sven Gothel <[email protected]> | 2017-12-28 11:41:55 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2017-12-28 11:41:55 +0100 |
commit | fb37291733561ccab02e02737916411b3af2a543 (patch) | |
tree | 300a09422835d6349c06d30159df4c324606d984 /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | |
parent | 8066b69b14735e94432316055d8546572ae65c9e (diff) | |
parent | bcfb612388626d97c0240ccd85a99df0e02b3f7c (diff) |
Merge branch 'master' into ffmpeg
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 9 |
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 089502218..4868b37f5 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1006,6 +1006,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Show Preview.
+ /// </summary>
+ public static string MainView_ShowPreview {
+ get {
+ return ResourceManager.GetString("MainView_ShowPreview", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Show Queue.
/// </summary>
public static string MainView_ShowQueue {
|