diff options
author | zeapo <mohamed@zenadi.com> | 2017-08-10 21:15:10 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2017-08-10 21:15:10 +0200 |
commit | 2ca8f94cb7ed4617cf309b26e1defb2f99e197f4 (patch) | |
tree | d8bbd190d883612ab10bcdb4d23d49060a3f2f8f /app/src/main/res/values/strings.xml | |
parent | bf1b67ea6a255866be9765f3096c91e2236f2eaf (diff) |
extract string resource and fix phrasing
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e39cb6f5..a73b5ef5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -209,4 +209,5 @@ <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="ssh_key_clear_passphrase">Clear ssh-key saved passphrase</string> + <string name="remember_the_passphase">Remember the passphase</string> </resources> |