Fix capitalization in settings title strings

This commit is contained in:
lynxnb 2023-02-24 12:48:56 +01:00 committed by Niccolò Betto
parent aa1da257f8
commit 3b849393c2

View file

@ -67,9 +67,9 @@
<string name="docked_enabled">The system will emulate being in docked mode</string>
<string name="username">Username</string>
<string name="username_default" translatable="false">@string/app_name</string>
<string name="profile_picture">Profile picture</string>
<string name="system_language">System language</string>
<string name="system_region">System region</string>
<string name="profile_picture">Profile Picture</string>
<string name="system_language">System Language</string>
<string name="system_region">System Region</string>
<!-- Settings - Display -->
<string name="display">Display</string>
<string name="perf_stats">Show Performance Statistics</string>
@ -78,7 +78,7 @@
<string name="max_refresh_rate">Use Maximum Display Refresh Rate</string>
<string name="max_refresh_rate_enabled">Sets the display refresh rate as high as possible (Will break most games)</string>
<string name="max_refresh_rate_disabled">Sets the display refresh rate to 60Hz</string>
<string name="screen_orientation">Screen orientation</string>
<string name="screen_orientation">Screen Orientation</string>
<string name="aspect_ratio">Aspect Ratio</string>
<string name="respect_display_cutout">Respect Display Cutout</string>
<string name="respect_display_cutout_enabled">Do not draw UI elements in the cutout area</string>
@ -108,24 +108,24 @@
<string name="force_max_gpu_clocks">Force Maximum GPU Clocks</string>
<string name="force_max_gpu_clocks_desc">Forces the GPU to run at its maximum possible clock speed (May cause excessive heating and power usage)</string>
<string name="force_max_gpu_clocks_desc_unsupported">Your device does not support forcing maximum GPU clocks</string>
<string name="shader_cache">Disable shader cache</string>
<string name="shader_cache">Disable Shader Cache</string>
<string name="shader_cache_disabled">Cached shaders won\'t be loaded, will cause stutters</string>
<string name="shader_cache_enabled">Cached shaders will be loaded, can heavily reduce stuttering</string>
<!-- Settings - Hacks -->
<string name="hacks">Hacks</string>
<string name="enable_fast_gpu_readback">Enable fast GPU readback</string>
<string name="enable_fast_gpu_readback">Enable Fast GPU Readback</string>
<string name="enable_fast_gpu_readback_enabled">Fast GPU readback is enabled (Will break some games but others will have higher performance)</string>
<string name="enable_fast_gpu_readback_disabled">Fast GPU readback is disabled (Ensures highest accuracy)</string>
<string name="enable_fast_readback_writes">Enable fast readback writes</string>
<string name="enable_fast_readback_writes">Enable Fast Readback Writes</string>
<string name="enable_fast_readback_writes_enabled">Fast readback writes are enabled</string>
<string name="enable_fast_readback_writes_disabled">Fast readback writes are disabled</string>
<string name="disable_subgroup_shuffle">Disable GPU subgroup shuffle</string>
<string name="disable_subgroup_shuffle">Disable GPU Subgroup Shuffle</string>
<string name="disable_subgroup_shuffle_enabled">Shader subgroup shuffle operations are disabled, may cause severe graphical issues</string>
<string name="disable_subgroup_shuffle_disabled">Shader subgroup shuffle operations are enabled, ensures maximum accuracy</string>
<!-- Settings - Debug -->
<string name="debug">Debug</string>
<string name="log_level">Log Level</string>
<string name="validation_layer">Enable validation layer</string>
<string name="validation_layer">Enable Validation Layer</string>
<string name="validation_layer_enabled">The Vulkan validation layer is enabled, major slowdowns are to be expected</string>
<string name="validation_layer_disabled">The Vulkan validation layer is disabled</string>
<!-- Gpu Driver Activity -->