diff --git a/android/app/src/main/res/values-es/strings.xml b/android/app/src/main/res/values-es/strings.xml
index ef625f1bf..f3cb4f369 100644
--- a/android/app/src/main/res/values-es/strings.xml
+++ b/android/app/src/main/res/values-es/strings.xml
@@ -8,8 +8,8 @@
Inicio Rápido
Mostrar Mensajes
Mostrar Velocidad de Emulación
- Mostrar FPS
- Mostrar VPS
+ Mostrar velocidad de fotogramas del juego
+ Mostrar pantalla FPS
Modo de Ejecución de CPU
Renderizador de GPU
Escala de Resolución
diff --git a/android/app/src/main/res/values-it/strings.xml b/android/app/src/main/res/values-it/strings.xml
index 0219b59ed..edcd29639 100644
--- a/android/app/src/main/res/values-it/strings.xml
+++ b/android/app/src/main/res/values-it/strings.xml
@@ -7,8 +7,8 @@
Avvio Rapido
Mostra Messaggi
Mostra Velocità Emulazione
- Mostra FPS
- Mostra VPS
+ Mostra la frequenza dei fotogrammi del gioco
+ Mostra FPS di visualizzazione
Modalità di Esecuzione CPU
GPU Renderer
Scala di Risoluzione
diff --git a/android/app/src/main/res/values-nl/strings.xml b/android/app/src/main/res/values-nl/strings.xml
index d19b17c43..9cd4fc547 100644
--- a/android/app/src/main/res/values-nl/strings.xml
+++ b/android/app/src/main/res/values-nl/strings.xml
@@ -7,8 +7,8 @@
Snel Starten
Toon Berichten
Toon Emulatiesnelheid
- Toon FPS
- Toon VPS
+ Framesnelheid van games weergeven
+ Toon weergave FPS
CPU Executie Modus
GPU Renderer
Resolutie Schaal
diff --git a/android/app/src/main/res/values-pt-rBR/strings.xml b/android/app/src/main/res/values-pt-rBR/strings.xml
index d847a670a..18ec222be 100644
--- a/android/app/src/main/res/values-pt-rBR/strings.xml
+++ b/android/app/src/main/res/values-pt-rBR/strings.xml
@@ -8,8 +8,8 @@
Inicio Rápido
Mostrar Mensagens
Mostrar Velocidade da Emulação
- Mostrar FPS
- Mostrar VPS
+ Mostrar taxa de quadros do jogo
+ Mostrar tela FPS
Modo de execução CPU
Renderizado por GPU
Escala de Resolução
diff --git a/android/app/src/main/res/values-ru/strings.xml b/android/app/src/main/res/values-ru/strings.xml
index ae82204d7..bed979bdf 100644
--- a/android/app/src/main/res/values-ru/strings.xml
+++ b/android/app/src/main/res/values-ru/strings.xml
@@ -8,8 +8,8 @@
Быстрый запуск
Показывать сообщения
Показывать скорость эмуляции
- Показывать FPS
- Показывать VPS
+ Показать частоту кадров в игре
+ Показать FPS на дисплее
Режим работы CPU
Графический движок
Масштаб разрешения
diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index a92f296c4..2a49e8b85 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -8,8 +8,8 @@
Fast Boot
Show Messages
Show Emulation Speed
- Show FPS
- Show VPS
+ Show Game Frame Rate
+ Show Display FPS
CPU Execution Mode
GPU Renderer
Resolution Scale
diff --git a/android/app/src/main/res/xml/display_preferences.xml b/android/app/src/main/res/xml/display_preferences.xml
index 8f832c98e..d542c12c9 100644
--- a/android/app/src/main/res/xml/display_preferences.xml
+++ b/android/app/src/main/res/xml/display_preferences.xml
@@ -80,18 +80,18 @@
app:defaultValue="false"
app:summary="@string/settings_summary_osd_show_speed"
app:iconSpaceReserved="false" />
-
+
registerWidgetHelp(m_ui.showOSDMessages, tr("Show OSD Messages"), tr("Checked"),
tr("Shows on-screen-display messages when events occur such as save states being "
"created/loaded, screenshots being taken, etc."));
- dialog->registerWidgetHelp(m_ui.showFPS, tr("Show FPS"), tr("Unchecked"),
+ dialog->registerWidgetHelp(m_ui.showFPS, tr("Show Game Frame Rate"), tr("Unchecked"),
tr("Shows the internal frame rate of the game in the top-right corner of the display."));
- dialog->registerWidgetHelp(m_ui.showVPS, tr("Show VPS"), tr("Unchecked"),
+ dialog->registerWidgetHelp(m_ui.showVPS, tr("Show Display FPS"), tr("Unchecked"),
tr("Shows the number of frames (or v-syncs) displayed per second by the system in the "
"top-right corner of the display."));
dialog->registerWidgetHelp(
diff --git a/src/duckstation-qt/displaysettingswidget.ui b/src/duckstation-qt/displaysettingswidget.ui
index c8385b2e1..68021d442 100644
--- a/src/duckstation-qt/displaysettingswidget.ui
+++ b/src/duckstation-qt/displaysettingswidget.ui
@@ -184,7 +184,7 @@
-
- Show FPS
+ Show Game Frame Rate
@@ -198,7 +198,7 @@
-
- Show VPS
+ Show Display FPS
diff --git a/src/frontend-common/fullscreen_ui.cpp b/src/frontend-common/fullscreen_ui.cpp
index c6791a375..2d277c7ad 100644
--- a/src/frontend-common/fullscreen_ui.cpp
+++ b/src/frontend-common/fullscreen_ui.cpp
@@ -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);