diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-02-02 16:08:52 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-02-02 16:08:52 +0100 |
commit | f4b9c3edf8d35c7246853dac72eecd57b248e97f (patch) | |
tree | e940fee50b74f5fe378c7ca76b368471b71b5954 /res | |
parent | efcb835eb288c383d30d0c600c3c86decedac630 (diff) |
Give the hint of android bug with alphanumeric Keystore Aliases. (closes issue #132)
Diffstat (limited to 'res')
-rwxr-xr-x | 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 1d1a15e5..ff9db139 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -255,4 +255,5 @@ <string name="state_nonetwork">Waiting for usable network</string> <string name="statusline_bytecount">In: %8$1s %8$2s/s Out: %8$3s %8$4s/s</string> <string name="notifcation_title_notconnect">Not connected</string> + <string name="jelly_keystore_alphanumeric_bug">Some versions of Android 4.1 have problem if the name of the keystore certificate contains non alphanumeric character (like spaces or dashes)</string> </resources> |