aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Ava/Assets
diff options
context:
space:
mode:
authorEmulationFanatic <62343878+EmulationFanatic@users.noreply.github.com>2022-08-19 17:39:59 -0600
committerGitHub <noreply@github.com>2022-08-19 23:39:59 +0000
commit53cc9e0561bcbe7779b12c9e03d93078da2bb2c7 (patch)
tree607883bd297282f3700f1da689ca042e74da2862 /Ryujinx.Ava/Assets
parent7defc59b9dee5459e52f394642643dbd59c9b32f (diff)
Change 'Purge PPTC Cache' label & tooltip to reflect function behavior (#3601)
* Change PPTC purge label & tooltip * Change Avalonia labels
Diffstat (limited to 'Ryujinx.Ava/Assets')
-rw-r--r--Ryujinx.Ava/Assets/Locales/en_US.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx.Ava/Assets/Locales/en_US.json b/Ryujinx.Ava/Assets/Locales/en_US.json
index f59e24ce..2d49b2fb 100644
--- a/Ryujinx.Ava/Assets/Locales/en_US.json
+++ b/Ryujinx.Ava/Assets/Locales/en_US.json
@@ -52,8 +52,8 @@
"GameListContextMenuOpenModsDirectory": "Open Mods Directory",
"GameListContextMenuOpenModsDirectoryToolTip": "Opens the directory which contains Application's Mods",
"GameListContextMenuCacheManagement": "Cache Management",
- "GameListContextMenuCacheManagementPurgePptc": "Purge PPTC Cache",
- "GameListContextMenuCacheManagementPurgePptcToolTip": "Deletes Application's PPTC cache",
+ "GameListContextMenuCacheManagementPurgePptc": "Queue PPTC Rebuild",
+ "GameListContextMenuCacheManagementPurgePptcToolTip": "Trigger PPTC to rebuild at boot time on the next game launch",
"GameListContextMenuCacheManagementPurgeShaderCache": "Purge Shader Cache",
"GameListContextMenuCacheManagementPurgeShaderCacheToolTip": "Deletes Application's shader cache",
"GameListContextMenuCacheManagementOpenPptcDirectory": "Open PPTC Directory",