diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-02-03 01:25:34 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-03 01:25:34 +0530 |
commit | 318aeae50072d575c975bbf1f708d526c41adc20 (patch) | |
tree | 794dd596f67e14956b0cf8351f151121db723fca /app/src/main/res/values/strings.xml | |
parent | 4694c5ac8575a7e85e6b950eaed99049719b6151 (diff) |
Rework clear clipboard feature (#1295)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 57af2db3..230be155 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -138,8 +138,8 @@ <string name="pref_category_autofill_title">Autofill</string> <string name="pref_autofill_enable_title">Enable Autofill</string> <string name="pref_category_misc_title">Misc</string> - <string name="pref_clear_clipboard_title">Clear clipboard 20 times</string> - <string name="pref_clear_clipboard_summary">Store consecutive numbers in the clipboard 20 times. Useful on Samsung phones that feature clipboard history.</string> + <string name="pref_clear_clipboard_title">Workaround clipboard history feature</string> + <string name="pref_clear_clipboard_summary">Enable to flood clipboard history on devices that include such a feature with consecutive numbers, flushing out any passwords</string> <string name="pref_git_delete_repo_summary">Deletes local (hidden) repository</string> <string name="pref_external_repository_title">External repository</string> <string name="pref_external_repository_summary">Use an external password repository</string> |