diff options
author | Parménides GV <parmegv@sdf.org> | 2013-06-29 13:01:07 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-12 11:45:46 -0600 |
commit | 713078d3348017dd8c229ee52701c2c1b69bd85d (patch) | |
tree | 5536d5f7c4ad257e9112e6a846d3c35bfd9a8ec7 /res/values | |
parent | 755633af514c8f425f936bc5185815175397937c (diff) |
Shows certificate error message.
If a download didn't occurr due to an IOException, we assume it was for
an SSL error and notify the user telling him/her that LEAP provider is
not trusted.
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 35b11b6d..6f06ab64 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -292,7 +292,8 @@ <string name="correctly_downloaded_json_files_message">Your anon cert has been correctly downloaded</string> <string name="incorrectly_downloaded_certificate_message">Your anon cert was not downloaded</string> <string name="server_is_down_message">Server is down.</string> - <string name="malformed_url">It doesn\'t seem to be a LEAP provider</string> + <string name="malformed_url">It doesn\'t seem to be a LEAP provider.</string> + <string name="certificate_error">This is not a trusted LEAP provider.</string> <string name="not_valid_password_message">Your password is not well-formed: it should have at least 8 characters.</string> <string name="succesful_authentication_message">Authentication succeeded.</string> <string name="authentication_failed_message">Authentication failed.</string> |