diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-09-01 22:37:52 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-09-01 22:37:52 +0200 |
commit | fc594e249a89d0bd333bca1a9958a53b7640e659 (patch) | |
tree | 45c762a6b2307f8fc9b76777b39226536a4267e5 /src/main/res | |
parent | 91b0605bc29cbba55abbb32293c4b632608a00bf (diff) |
added special error state for dns timeout
Diffstat (limited to 'src/main/res')
-rw-r--r-- | src/main/res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml index ae2a38dc..a1394a46 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -512,4 +512,5 @@ <string name="download_failed_could_not_connect">Download failed: Could not connect to host</string> <string name="pref_use_white_background">Use white background</string> <string name="pref_use_white_background_summary">Show received messages as black text on a white background</string> + <string name="account_status_dns_timeout">Timeout in DNS</string> </resources> |