diff --git a/src/android/app/src/main/res/values/strings.xml b/src/android/app/src/main/res/values/strings.xml
index 2866a7df0a..417aa5a8ee 100644
--- a/src/android/app/src/main/res/values/strings.xml
+++ b/src/android/app/src/main/res/values/strings.xml
@@ -93,7 +93,7 @@
Release Fences Early
Helps fix 0 FPS in games like DKCR:HD, Subnautica Below Zero and Ori 2, but may break loading or performance in Unreal Engine games.
Sync Memory Operations
- Ensures data consistency between compute and memory operations.\nThis option should fix issues in some games, but may also reduce performance in some cases.\nThe games with Unreal Engine 4 seem to be the most affected.
+ Ensures data consistency between compute and memory operations. This option should fix issues in some games, but may also reduce performance in some cases. The games with Unreal Engine 4 seem to be the most affected.
Disable Buffer Reorder
When checked, disables reordering of mapped memory uploads which allows to associate uploads with specific draws. May reduce performance in some cases.