diff options
| author | EmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com> | 2021-01-28 20:20:02 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-29 14:20:02 +1100 |
| commit | 9c2f851d3946a2b789e8c00432c60c8d690299a7 (patch) | |
| tree | bba6254a6ee22124fda09414dc73c12d0c3e4e64 | |
| parent | c30504e3b3bb64c44d993d6339f15ec6703a3c55 (diff) | |
Add PPTC acronym to settings page (#1974)
| -rw-r--r-- | Ryujinx/Ui/Windows/SettingsWindow.glade | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
