@@ -31,7 +31,7 @@ fn bool_modifier(target_path: &str, value: bool) -> PresetModifier {
3131
3232pub fn resolution_schema ( ) -> PresetSchemaNode {
3333 PresetSchemaNode :: HigherOrderChoice ( HigherOrderChoiceSchema {
34- name : "resolution " . into ( ) ,
34+ name : "Resolution " . into ( ) ,
3535 strings : [ (
3636 "help" . into ( ) ,
3737 "Choosing too high resolution (commonly 'High (width: 5184)') may result in high latency or black screen." . into ( ) ,
@@ -88,7 +88,7 @@ pub fn resolution_schema() -> PresetSchemaNode {
8888
8989pub fn framerate_schema ( ) -> PresetSchemaNode {
9090 PresetSchemaNode :: HigherOrderChoice ( HigherOrderChoiceSchema {
91- name : "preferred_framerate " . into ( ) ,
91+ name : "Preferred framerate " . into ( ) ,
9292 strings : HashMap :: new ( ) ,
9393 flags : [ "steamvr-restart" . into ( ) ] . into_iter ( ) . collect ( ) ,
9494 options : [ 60 , 72 , 80 , 90 , 120 ]
@@ -111,7 +111,7 @@ pub fn framerate_schema() -> PresetSchemaNode {
111111
112112pub fn codec_preset_schema ( ) -> PresetSchemaNode {
113113 PresetSchemaNode :: HigherOrderChoice ( HigherOrderChoiceSchema {
114- name : "codec_preset " . into ( ) ,
114+ name : "Codec preset " . into ( ) ,
115115 strings : [ (
116116 "help" . into ( ) ,
117117 "AV1 encoding is only supported on RDNA3, Ada Lovelace, Intel ARC or newer GPUs (AMD RX 7xxx+ , NVIDIA RTX 40xx+, Intel ARC)
@@ -141,7 +141,7 @@ and on headsets that have XR2 Gen 2 onboard (Quest 3, Pico 4 Ultra)"
141141
142142pub fn encoder_preset_schema ( ) -> PresetSchemaNode {
143143 PresetSchemaNode :: HigherOrderChoice ( HigherOrderChoiceSchema {
144- name : "encoder_preset " . into ( ) ,
144+ name : "Encoder preset " . into ( ) ,
145145 strings : [ (
146146 "help" . into ( ) ,
147147 "Selecting a quality too high may result in stuttering or still image!" . into ( ) ,
@@ -180,7 +180,7 @@ pub fn encoder_preset_schema() -> PresetSchemaNode {
180180pub fn foveation_preset_schema ( ) -> PresetSchemaNode {
181181 const PREFIX : & str = "session_settings.video.foveated_encoding" ;
182182 PresetSchemaNode :: HigherOrderChoice ( HigherOrderChoiceSchema {
183- name : "foveation_preset " . into ( ) ,
183+ name : "Foveation preset " . into ( ) ,
184184 strings : [ (
185185 "help" . into ( ) ,
186186 "Foveation affects pixelation on the edges of \
0 commit comments