diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-06-28 19:33:05 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-06-28 19:33:05 +0200 |
commit | 78172a10165a969b8c002b6bdcf9dc47fa6cd5f3 (patch) | |
tree | aa4f487db9426822dd005b2fb8b5b677139ec6f9 /res/values | |
parent | 7cb22c98cc326aceb6a9672ebddc6988703dc1c8 (diff) |
The 'be ready for Jelly Beans' commit
- fix concurrentaccess occuring on JB
- JB does not allow to extract the private keys from the key storage, rewrite using the key storage to use JAVA API and the external-key management interface
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 64b8e28b..ba4f6b02 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -220,5 +220,6 @@ <string name="keppstatus_summary">Keep the notification displayed after the connection is established to show traffic statistics.</string> <string name="keepstatus">Show Traffic Statistics</string> <string name="mobile_info">Running on %1$s (%2$s) %3$s, Android API %4$d</string> + <string name="error_rsa_sign">Error signing with Android keystore key %s</string> </resources> |