diff options
author | Christian Schneppe <christian@pix-art.de> | 2017-08-13 22:11:14 +0200 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2017-08-13 22:11:14 +0200 |
commit | 9b981ab38b114d92eb806a50b94248e62af3fffa (patch) | |
tree | a6c3ea13a169b0e1385cdb051281a417f3a13e7b /src/main/res | |
parent | 0e12e53ccf299d5262ff93ac464c2b05ca08975f (diff) |
provide extra 'network is unreachable' account state
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 44ad91908..0cb129c93 100644 --- a/src/main/res/values/strings.xml +++ b/src/main/res/values/strings.xml @@ -781,4 +781,5 @@ <string name="yesterday">Yesterday</string> <string name="pref_validate_hostname">Validate hostname with DNSSEC</string> <string name="pref_validate_hostname_summary">Server certificates that contain the validated hostname are considered verified</string> + <string name="network_is_unreachable">Network is unreachable</string> </resources> |