diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-06-08 21:58:00 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-06-08 21:58:00 -0600 |
commit | d14ae81fe92494a67994d703e1175ef4264adddb (patch) | |
tree | 8d1ada2e3ebf7bf8aea1312d8b08f75f76581347 /res/values/strings.xml | |
parent | 344a4596e38bb4a908f2791e2f710eb485a5e719 (diff) |
Refactor ConfigurationWizard for better task handling, completion, and return information
Diffstat (limited to 'res/values/strings.xml')
-rwxr-xr-x | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 03de1ee8..ed32f610 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -271,5 +271,7 @@ <string name="login_button">Log In</string> <string name="logout_button">Log Out</string> <string name="danger_checkbox">Trust completely</string> + <string name="config_error_parsing">Error parsing provider\'s responses!</string> + <string name="success">Success!</string> </resources>
\ No newline at end of file |