diff options
author | sr55 <[email protected]> | 2017-08-23 22:32:28 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2017-08-23 22:32:28 +0100 |
commit | ffa1a048c75be90797b9c98a8d62a5fc8b03326b (patch) | |
tree | fb87366bcb1e57c0c96acbbe5de5bf75bd64c882 /win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | |
parent | 4d3958bfaeec0fd72de01b58a40c3335d1651cf0 (diff) |
WinGui: Summary Tab - Make the preview controls operational. #833
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 5765de23f..802eae0b4 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -2421,6 +2421,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Preview {0} of {1}.
+ /// </summary>
+ public static string SummaryView_PreviewInfo {
+ get {
+ return ResourceManager.GetString("SummaryView_PreviewInfo", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Rotation.
/// </summary>
public static string SummaryView_Rotation {
|