diff --git a/PLAYSTORE.txt b/PLAYSTORE.txt index 6a60cb318e..9f358de5fd 100644 --- a/PLAYSTORE.txt +++ b/PLAYSTORE.txt @@ -33,7 +33,7 @@ This app starts a foreground service with a low priority status bar notification * Reformat messages to prevent phishing * Confirm showing images to prevent tracking * Confirm opening links to prevent tracking and phishing -* Automatically recognize and disable tracking images +* Attempt to recognize and disable tracking images * Warning if messages could not be authenticated Simple diff --git a/README.md b/README.md index 4e0ea1109d..91f2972d18 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This app starts a foreground service with a low priority status bar notification * Reformat messages to prevent [phishing](https://en.wikipedia.org/wiki/Phishing) * Confirm showing images to prevent tracking * Confirm opening links to prevent tracking and phishing -* Automatically recognize and disable tracking images +* Attempt to recognize and disable tracking images * Warning if messages could not be [authenticated](https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-faq92) ## Simple diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 5d3916cf38..d2dad594fa 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -459,7 +459,7 @@ Delegate opening links to Android Confirm showing images Show reformatted messages by default - Automatically recognize and disable tracking images + Attempt to recognize and disable tracking images Send messages without timezone data Display hidden message texts Hide from recent apps screen and prevent taking screenshots diff --git a/metadata/en-US/full_description.txt b/metadata/en-US/full_description.txt index 78bfbe3fe9..5a80128e25 100644 --- a/metadata/en-US/full_description.txt +++ b/metadata/en-US/full_description.txt @@ -33,7 +33,7 @@ This app starts a foreground service with a low priority status bar notification * Reformat messages to prevent phishing * Confirm showing images to prevent tracking * Confirm opening links to prevent tracking and phishing -* Automatically recognize and disable tracking images +* Attempt to recognize and disable tracking images * Warning if messages could not be authenticated Simple