diff options
author | Matthew Wong <wongma@protonmail.ch> | 2015-07-21 16:10:55 -0400 |
---|---|---|
committer | Matthew Wong <wongma@protonmail.ch> | 2015-07-21 16:15:36 -0400 |
commit | d95286660ad5e626c75f4bc9f70e51277be67273 (patch) | |
tree | 3cec2cac9885e7304a043cc73f719e272355ee7e /app/src/main/res/values | |
parent | 9ff126a3fbbf50679870e709d4118a86f3ac14c2 (diff) |
Add 'clear clipboard 20 times' preference
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index f60e4b15..75d5bb51 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -117,6 +117,8 @@ <string name="ssh_key_error_dialog_text">Message : \n</string> <string name="pref_recursive_filter">Recursive filtering</string> <string name="pref_recursive_filter_hint">Recursively find passwords of the current directory.</string> + <string name="pref_clear_clipboard_hint">Store nonsense in the clipboard 20 times instead of just once. Useful on Samsung phones that feature clipboard history.</string> + <string name="pref_clear_clipboard">Clear clipboard 20 times</string> <!-- pwgen fragment --> <string name="pwgen_generate">Generate</string> |