Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLicaon_Kter <licaon-kter@users.noreply.github.com>2021-08-24 13:15:13 +0300
committerDaniel Gultsch <daniel@gultsch.de>2021-08-24 14:00:43 +0300
commitbf3c1d573be81e7646d56f435c9a4640dcdeb323 (patch)
tree0e7a52778be6dde9b433194c5e6fa6992b2215d9
parent4e90c0dbbb090dd014a10601caca246d4dca219a (diff)
Avoid description repetition screenshots
-rw-r--r--src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 5d8c32e54..6a3815073 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -131,7 +131,7 @@
<string name="pref_confirm_messages">Confirm Messages</string>
<string name="pref_confirm_messages_summary">Let your contacts know when you have received and read their messages</string>
<string name="pref_prevent_screenshots">Prevent Screenshots</string>
- <string name="pref_prevent_screenshots_summary">Prevent taking screenshots of this app and hide its content in the app switcher</string>
+ <string name="pref_prevent_screenshots_summary">Hide app contents in the app switcher and block screenshots</string>
<string name="pref_ui_options">UI</string>
<string name="openpgp_error">OpenKeychain produced an error.</string>
<string name="bad_key_for_encryption">Bad key for encryption.</string>