From 9c2f851d3946a2b789e8c00432c60c8d690299a7 Mon Sep 17 00:00:00 2001 From: EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> Date: Thu, 28 Jan 2021 20:20:02 -0700 Subject: [PATCH] Add PPTC acronym to settings page (#1974) --- Ryujinx/Ui/Windows/SettingsWindow.glade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Ui/Windows/SettingsWindow.glade b/Ryujinx/Ui/Windows/SettingsWindow.glade index 6457ecfe..5ead8dd8 100644 --- a/Ryujinx/Ui/Windows/SettingsWindow.glade +++ b/Ryujinx/Ui/Windows/SettingsWindow.glade @@ -1458,7 +1458,7 @@ </child> <child> <object class="GtkCheckButton" id="_ptcToggle"> - <property name="label" translatable="yes">Enable Profiled Persistent Translation Cache</property> + <property name="label" translatable="yes">Enable PPTC (Profiled Persistent Translation Cache)</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property>