diff options
author | sr55 <[email protected]> | 2017-03-05 22:02:26 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2017-03-05 22:02:26 +0000 |
commit | 8e5455063adb16ca65ffb501b1737ae97b918e56 (patch) | |
tree | 6894035bfc29ef08f63d0f3d05471119da101bf4 /win/CS/HandBrakeWPF/Properties | |
parent | 5d2c3cc85cae38c365ffdefa40054563d45b1506 (diff) |
WinGui: Remove disk space warning from browser and allow the low level to be configurable in options. Resolves #590
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 9 | ||||
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index c822e1e00..e04dbe4b5 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1195,6 +1195,15 @@ namespace HandBrakeWPF.Properties { }
/// <summary>
+ /// Looks up a localized string similar to Low diskspace warning level (GB):.
+ /// </summary>
+ public static string Options_LowDiskspaceSize {
+ get {
+ return ResourceManager.GetString("Options_LowDiskspaceSize", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Minimize to system tray (Requires Restart).
/// </summary>
public static string Options_MinimiseTray {
diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 30e783a93..87e584e96 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -890,4 +890,7 @@ This will not affect your current settings in the Subtitle tab.</value> <data name="Options_QsvDecodeForNonFullPath" xml:space="preserve">
<value>Use QSV Decoding for non QSV encoders.</value>
</data>
+ <data name="Options_LowDiskspaceSize" xml:space="preserve">
+ <value>Low diskspace warning level (GB):</value>
+ </data>
</root>
\ No newline at end of file |