diff options
author | Parménides GV <parmegv@ma.sdf.org> | 2013-06-25 17:55:22 +0200 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-06-26 22:44:56 -0600 |
commit | 6ada10858719786e489938b3124d1d6015a70421 (patch) | |
tree | e1cc08f6e2dc018ee4b77683367b5501afbaa411 /res/values/strings.xml | |
parent | dff5aa6e1c4df4af012899df7bf26e4f20f3ab26 (diff) |
The added provider is selected automatically.
I've also removed a lot of finishes when things go wrong (so that it should be returning to the previous activity/fragment).
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-x | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index c0ba6ebd..a7c2cdfd 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -262,7 +262,7 @@ <string name="eip_service_label">EIP:</string> <string name="eip_type_active">EIP</string> <string name="title_activity_configuration_wizard">Configure LEAP</string> - <string name="new_provider_button">Add new Provider</string> + <string name="new_provider_button">Select new Provider</string> <string name="introduce_new_provider">Introduce new provider</string> <string name="save">Save</string> <string name="new_provider_uri">New provider\'s main URL</string> @@ -297,4 +297,4 @@ <string name="authed_cert_download_failed_message">Your own cert has incorrectly been downloaded.</string> -</resources>
\ No newline at end of file +</resources> |