diff options
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2f812e91..86885674 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -109,7 +109,9 @@ <string name="pref_copy_title">Automatically Copy Password</string> <string name="pref_copy_dialog_title">Automatically copy the password to the clipboard after decryption was successful.</string> <string name="ssh_key_error_dialog_title">Error while trying to import the ssh-key</string> - <string name="ssh_key_error_dialog_text">Message : /n</string> + <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> <!-- Misc --> <string name="dialog_ok">OK</string> |