diff options
author | Fabian Henneke <FabianHenneke@users.noreply.github.com> | 2020-04-16 15:04:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-16 18:34:55 +0530 |
commit | 8b4751f8250dea3efe04c73a87bdfe2926e2ac3f (patch) | |
tree | 22c5e724b254c939567ea062615e9e03d4f9ef5c /app/src/main/res | |
parent | f269bc7d28f43743648a346288749f5b7f878402 (diff) |
Improve SSH private key validation (#713)
* Improve SSH private key validation
* Address review comment
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0b9f908e..bd2aa75e 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -148,6 +148,7 @@ <string name="pref_show_time_summary">Set the time (in seconds) you want the password to be in clipboard. 0 means forever. Current value: %1$s</string> <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_import_error_not_an_ssh_key_message">Selected file does not appear to be an SSH private key.</string> <string name="ssh_key_success_dialog_title">SSH-key imported</string> <string name="ssh_key_error_dialog_title">Key import error</string> <string name="ssh_key_error_dialog_text">Message : \n</string> @@ -348,5 +349,4 @@ <string name="theme_dark">Dark</string> <string name="theme_battery_saver">Set by Battery Saver</string> <string name="theme_follow_system">System default</string> - <string name="ssh_key_import_error_not_an_ssh_key_message">Selected file does not appear to be an SSH key</string> </resources> |