summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorSean Leonard <meanderingcode@aetherislands.net>2014-03-05 11:48:26 -0800
committerSean Leonard <meanderingcode@aetherislands.net>2014-03-05 11:48:26 -0800
commit726569f0b9d18c311b307f6a108f6749f96423c5 (patch)
tree2df3650965ba982d42ecc24b2a68f4face6abe98 /res
parentf6280444d538ce7213ef5f8f7caf59c6f3e8e4ea (diff)
Rewrite "Server is down" message to "Server is unreachable"
Diffstat (limited to 'res')
-rwxr-xr-xres/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index bfdf5acd..585fa7b2 100755
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -122,7 +122,7 @@
<string name="setup_error_configure_button">Configure</string>
<string name="setup_error_close_button">Exit</string>
<string name="setup_error_text">There was an error configuring Bitmask with your chosen provider.\n\nYou may choose to reconfigure, or exit and configure a provider upon next launch.</string>
- <string name="server_is_down_message">Server is down.</string>
+ <string name="server_unreachable_message">Server is unreachable, please try again.</string>
<string name="malformed_url">It doesn\'t seem to be a Bitmask provider.</string>
<string name="certificate_error">This is not a trusted Bitmask provider.</string>
<string name="configuring_provider">Configuring provider</string>