diff --git a/android/app/src/main/res/values/strings.xml b/android/app/src/main/res/values/strings.xml
index 429b57078..c23980ce6 100644
--- a/android/app/src/main/res/values/strings.xml
+++ b/android/app/src/main/res/values/strings.xml
@@ -35,7 +35,7 @@
PGXP Vertex Cache
Uses screen coordinates as a fallback when tracking vertices through memory fails. May improve PGXP compatibility.
PGXP CPU Mode
- Tries to track vertex manipulation through the CPU. Some games require this option for PGXP to be effective. Very slow, and incompatible with the recompiler.
+ Tries to track vertex manipulation through the CPU. Some games require this option for PGXP to be effective. Very high performance penalty.
CPU Recompiler ICache
Determines whether the CPU\'s instruction cache is simulated in the recompiler. Improves accuracy at a small cost to performance. If games are running too fast, try enabling this option.
CPU Recompiler Fast Memory Access