diff options
author | Parménides GV <parmegv@ma.sdf.org> | 2013-06-25 18:29:08 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-06-26 22:53:14 -0600 |
commit | abd581dd08ec50d8b93b244e5e09596b6acb8a0d (patch) | |
tree | 01be83de660e7a3c689b0a89e8a3b9abe73766ef /res/values | |
parent | 6ada10858719786e489938b3124d1d6015a70421 (diff) |
Changed user message when a provider is down.
I was assuming that if the app wasn't able to download provider.json from the web, it meant that the preseeded provider was wrong thus the app needed an upgrade. But it can happen (as right now, with bitmask.net) that the provider is simply down.
Diffstat (limited to 'res/values')
-rwxr-xr-x | res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index a7c2cdfd..80dd85bd 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -287,7 +287,7 @@ <string name="incorrectly_downloaded_json_files_message">You have not entered a LEAP provider URL or it is unavailable</string> <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="incorrectly_updated_provider_dot_json_message">Install a new version of this app.</string> + <string name="incorrectly_updated_provider_dot_json_message">Server is down.</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> |