android: Added periods to the ends of performance overlay setting descriptions

This commit is contained in:
OpenSauce04 2025-05-08 21:44:07 +01:00
parent 3ce9f277d9
commit 73760e087a

View File

@ -542,19 +542,19 @@
<string name="performance_overlay_enable">Enable Performance Overlay</string>
<string name="performance_overlay_options_description">Configure whether the performance overlay is shown and what information is displayed.</string>
<string name="overlay_show_fps">Show FPS</string>
<string name="overlay_show_fps_description">Display current frames per second</string>
<string name="overlay_show_fps_description">Display current frames per second.</string>
<string name="overlay_show_frametime">Show Frametime</string>
<string name="overlay_show_frametime_description">Display current frametime</string>
<string name="overlay_show_frametime_description">Display current frametime.</string>
<string name="overlay_show_speed">Show Speed</string>
<string name="overlay_show_speed_description">Display current emulation speed percentage</string>
<string name="overlay_show_speed_description">Display current emulation speed percentage.</string>
<string name="overlay_show_app_ram_usage">Show App Memory Usage</string>
<string name="overlay_show_app_ram_usage_description">Display the amount of RAM getting used by the emulator</string>
<string name="overlay_show_app_ram_usage_description">Display the amount of RAM getting used by the emulator.</string>
<string name="overlay_show_available_ram">Show Available Memory</string>
<string name="overlay_show_available_ram_description">Display the amount of RAM which is available</string>
<string name="overlay_show_available_ram_description">Display the amount of RAM which is available.</string>
<string name="overlay_show_battery_temp">Show Battery Temperature</string>
<string name="overlay_show_battery_temp_description">Display current Battery temperature in Celsius and Fahrenheit</string>
<string name="overlay_show_battery_temp_description">Display current Battery temperature in Celsius and Fahrenheit.</string>
<string name="overlay_position">Overlay Position</string>
<string name="overlay_position_description">Choose where the performance overlay is displayed on the screen</string>
<string name="overlay_position_description">Choose where the performance overlay is displayed on the screen.</string>
<string name="overlay_position_top_left">Top Left</string>
<string name="overlay_position_top_right">Top Right</string>
<string name="overlay_position_bottom_left">Bottom Left</string>
@ -562,7 +562,7 @@
<string name="overlay_position_center_top">Center Top</string>
<string name="overlay_position_center_bottom">Center Bottom</string>
<string name="overlay_background">Overlay Background</string>
<string name="overlay_background_description">Adds a background behind the overlay for easier reading</string>
<string name="overlay_background_description">Adds a background behind the overlay for easier reading.</string>
<!-- Cheats -->
<string name="cheats">Cheats</string>