aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx/Ui/Widgets/GameTableContextMenu.Designer.cs
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/Ui/Widgets/GameTableContextMenu.Designer.cs
parent7defc59b9dee5459e52f394642643dbd59c9b32f (diff)
Change 'Purge PPTC Cache' label & tooltip to reflect function behavior (#3601)1.1.225
* Change PPTC purge label & tooltip * Change Avalonia labels
Diffstat (limited to 'Ryujinx/Ui/Widgets/GameTableContextMenu.Designer.cs')
-rw-r--r--Ryujinx/Ui/Widgets/GameTableContextMenu.Designer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Ryujinx/Ui/Widgets/GameTableContextMenu.Designer.cs b/Ryujinx/Ui/Widgets/GameTableContextMenu.Designer.cs
index f1b5ce34..5a0563d9 100644
--- a/Ryujinx/Ui/Widgets/GameTableContextMenu.Designer.cs
+++ b/Ryujinx/Ui/Widgets/GameTableContextMenu.Designer.cs
@@ -154,9 +154,9 @@ namespace Ryujinx.Ui.Widgets
//
// _purgePtcCacheMenuItem
//
- _purgePtcCacheMenuItem = new MenuItem("Purge PPTC Cache")
+ _purgePtcCacheMenuItem = new MenuItem("Queue PPTC Rebuild")
{
- TooltipText = "Delete the Application's PPTC cache."
+ TooltipText = "Trigger PPTC to rebuild at boot time on the next game launch."
};
_purgePtcCacheMenuItem.Activated += PurgePtcCache_Clicked;