inform the user that remembering ssh-key passphrase is insecure

see #378
This commit is contained in:
Mohamed 2018-02-04 11:40:36 +01:00
parent 6121850103
commit ea1d83a5e9

View file

@ -213,7 +213,7 @@
<string name="git_push_other_error">Remote rejected non-fast-forward push. Check receive.denyNonFastForwards variable in config file of destination repository.</string> <string name="git_push_other_error">Remote rejected non-fast-forward push. Check receive.denyNonFastForwards variable in config file of destination repository.</string>
<string name="jgit_error_push_dialog_text">Error occurred during the push operation:</string> <string name="jgit_error_push_dialog_text">Error occurred during the push operation:</string>
<string name="ssh_key_clear_passphrase">Clear ssh-key saved passphrase</string> <string name="ssh_key_clear_passphrase">Clear ssh-key saved passphrase</string>
<string name="remember_the_passphrase">Remember the passphrase</string> <string name="remember_the_passphrase">Remember the passphrase in the app configuration (insecure)</string>
<string name="hackish_tools">Hackish tools</string> <string name="hackish_tools">Hackish tools</string>
<string name="abort_rebase">Abort rebase</string> <string name="abort_rebase">Abort rebase</string>
<string name="commit_hash">Commit hash</string> <string name="commit_hash">Commit hash</string>