diff options
author | daneren2005 <daneren2005@gmail.com> | 2013-11-20 16:19:34 -0800 |
---|---|---|
committer | daneren2005 <daneren2005@gmail.com> | 2013-11-20 16:19:34 -0800 |
commit | 412255724d9d1ada3dbe975981483a786bdebd75 (patch) | |
tree | 17b2b2445de613972e3fd3725c5ad2d6aff3a8fa /res | |
parent | ff38b10ad35996a5f5f981532e1b5d455bdfc0e7 (diff) | |
download | dsub-412255724d9d1ada3dbe975981483a786bdebd75.tar.gz dsub-412255724d9d1ada3dbe975981483a786bdebd75.tar.bz2 dsub-412255724d9d1ada3dbe975981483a786bdebd75.zip |
Updated the error to be a little more helpful
Diffstat (limited to 'res')
-rw-r--r-- | 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 09fe7c29..1a4f8556 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -362,7 +362,7 @@ <string name="background_task.no_network">This program requires network access. Please turn on Wi-Fi or mobile network.</string>
<string name="background_task.network_error">A network error occurred. Please check the server address or try again later.</string>
<string name="background_task.not_found">Resource not found. Please check the server address.</string>
- <string name="background_task.parse_error">Didn\'t understand the reply. Please check the server address.</string>
+ <string name="background_task.parse_error">A problem occurred communicating with the server. Please check the server address and verify that you can connect using a regular browser on your device.</string>
<string name="service.connecting">Contacting server, please wait.</string>
|