From dab9a3e73d47e5ad8370fb59bcb5de36c21fe167 Mon Sep 17 00:00:00 2001 From: akwizgran <michael@briarproject.org> Date: Fri, 19 Jan 2018 09:49:16 +0000 Subject: [PATCH] Update screen overlay warning text. --- briar-android/src/main/res/values/strings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/briar-android/src/main/res/values/strings.xml b/briar-android/src/main/res/values/strings.xml index 7f27eeada1..a990a022f2 100644 --- a/briar-android/src/main/res/values/strings.xml +++ b/briar-android/src/main/res/values/strings.xml @@ -396,7 +396,7 @@ <!-- Screen Filters & Tapjacking --> <string name="screen_filter_title">Screen overlay detected</string> - <string name="screen_filter_body">Another app is drawing on top of Briar. To protect your security, Briar will not respond to touches when another app is drawing on top.\n\nTry turning off the following apps when using Briar:\n\n%1$s</string> + <string name="screen_filter_body">Another app is drawing on top of Briar. To protect your security, Briar will not respond to touches when another app is drawing on top.\n\nThe following apps might be drawing on top:\n\n%1$s</string> <string name="screen_filter_allow">Allow these apps to draw on top</string> <!-- Permission Requests --> -- GitLab