diff options
author | sr55 <[email protected]> | 2020-07-03 19:20:32 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2020-07-03 19:21:03 +0100 |
commit | 35e106c48f28b0769599a1757be89e97ff9d908f (patch) | |
tree | f2f708e2aac60692ec1ac6ae73817d37dea9b434 /win/CS/HandBrakeWPF/Properties/Resources.resx | |
parent | d3ea0cbb24a5da4fac6ead6656aacf09c13e5479 (diff) |
WinGui: Disable simulatenous encode support on low end systems. Increase the limit to 8 where a system has > 8 physical cores.
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties/Resources.resx')
-rw-r--r-- | win/CS/HandBrakeWPF/Properties/Resources.resx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index 76159350c..0382d5614 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2337,4 +2337,7 @@ Please choose a different preset.</value> <data name="PresetManagerView_Delete" xml:space="preserve">
<value>Delete Preset</value>
</data>
+ <data name="OptionsView_NotSupported" xml:space="preserve">
+ <value>(Not supported on this system)</value>
+ </data>
</root>
\ No newline at end of file |