This addresses T79822 : Add Preset should preseve case
Problem :
Adding new presets converted the preset name to title case.
Solution
Prevent the strings from being converted to lower case. As a result the .py preset files are also save with the exact same case as the preset name but all the preset names are shown exactly as the input string.
Note - There exists a bug in import operator preset where the preset name is not shown if you you select a user preset from the drop down menu. This bug is not due to this fix.


