diff options
| author | RKennedy9064 <RKennedy9064@gmail.com> | 2022-08-24 03:25:49 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-24 08:25:49 +0000 |
| commit | b994dafe7aa8c49fe8de69b7b81401aaeeed8c59 (patch) | |
| tree | a13cdfe8568a0a43b3bb7f2f42ed26c69abfc47d /Ryujinx.Ava/Assets | |
| parent | 54421760c33f77de78fee58d637552d2e00d464b (diff) | |
Update PPTC dialog text to match label and tooltip (#3618)
* Update PPTC dialog text to match label and tooltip
* Update to requested text
* Reverting spaces
* Adding newline back in
Diffstat (limited to 'Ryujinx.Ava/Assets')
| -rw-r--r-- | Ryujinx.Ava/Assets/Locales/en_US.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx.Ava/Assets/Locales/en_US.json b/Ryujinx.Ava/Assets/Locales/en_US.json index 2d49b2fb..350e2063 100644 --- a/Ryujinx.Ava/Assets/Locales/en_US.json +++ b/Ryujinx.Ava/Assets/Locales/en_US.json @@ -350,7 +350,7 @@ "DialogProfileDeleteProfileTitle": "Deleting Profile", "DialogProfileDeleteProfileMessage": "This action is irreversible, are you sure you want to continue?", "DialogWarning": "Warning", - "DialogPPTCDeletionMessage": "You are about to delete the PPTC cache for :\n\n{0}\n\nAre you sure you want to proceed?", + "DialogPPTCDeletionMessage": "You are about to queue a PPTC rebuild on the next boot of:\n\n{0}\n\nAre you sure you want to proceed?", "DialogPPTCDeletionErrorMessage": "Error purging PPTC cache at {0}: {1}", "DialogShaderDeletionMessage": "You are about to delete the Shader cache for :\n\n{0}\n\nAre you sure you want to proceed?", "DialogShaderDeletionErrorMessage": "Error purging Shader cache at {0}: {1}", |
