diff options
author | sr55 <[email protected]> | 2019-10-13 18:03:58 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2019-10-13 18:03:58 +0100 |
commit | 4a75f67486474b024d2264481cbe9e172a3e98f4 (patch) | |
tree | ab820962a0721273049cdee018ab5b15f4fa8c36 /win/CS/HandBrakeWPF/defaultsettings.xml | |
parent | d6658751f5694e60df5d74481120098c50dff5d5 (diff) |
WinGui: Catchup some remaining strings that were not localisable. #2345
Diffstat (limited to 'win/CS/HandBrakeWPF/defaultsettings.xml')
-rw-r--r-- | win/CS/HandBrakeWPF/defaultsettings.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrakeWPF/defaultsettings.xml b/win/CS/HandBrakeWPF/defaultsettings.xml index 1efd1113a..98e40d45e 100644 --- a/win/CS/HandBrakeWPF/defaultsettings.xml +++ b/win/CS/HandBrakeWPF/defaultsettings.xml @@ -42,10 +42,10 @@ </item>
<item>
<key>
- <string>ProcessPriority</string>
+ <string>ProcessPriorityInt</string>
</key>
<value>
- <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:string" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">Below Normal</anyType>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">3</anyType>
</value>
</item>
<item>
@@ -181,7 +181,7 @@ <string>daysBetweenUpdateCheck</string>
</key>
<value>
- <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">1</anyType>
+ <anyType xmlns:q1="http://www.w3.org/2001/XMLSchema" d4p1:type="q1:int" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">0</anyType>
</value>
</item>
<item>
|