Settings: Rename 'FPS' to 'Game Frame Rate'

This commit is contained in:
Connor McLaughlin
2021-03-28 12:36:18 +10:00
parent cfdddbf043
commit a9c026f06a
10 changed files with 24 additions and 24 deletions

View File

@ -1965,9 +1965,9 @@ void DrawSettingsWindow()
settings_changed |= ToggleButton("Show OSD Messages", "Shows on-screen-display messages when events occur.",
&s_settings_copy.display_show_osd_messages);
settings_changed |= ToggleButton(
"Show Game FPS", "Shows the internal frame rate of the game in the top-right corner of the display.",
"Show Game Frame Rate", "Shows the internal frame rate of the game in the top-right corner of the display.",
&s_settings_copy.display_show_fps);
settings_changed |= ToggleButton("Show Display FPS (VPS)",
settings_changed |= ToggleButton("Show Display FPS",
"Shows the number of frames (or v-syncs) displayed per second by the system "
"in the top-right corner of the display.",
&s_settings_copy.display_show_vps);