Updated the empty list message with more contextual information---this time around server failures and errors.

This commit is contained in:
Dan Galpin
2015-05-24 14:25:51 -07:00
parent d4c9c26277
commit 0577edf74c
3 changed files with 54 additions and 5 deletions

View File

@@ -115,6 +115,7 @@
<!-- Empty Weather Database -->
<string name="empty_forecast_list">No Weather Information Available</string>
<string name="empty_forecast_list_no_network">No weather information available. The network is not available to fetch weather data.</string>
<string name="empty_forecast_list_server_down">No weather information available. The server is not returning data.</string>
<string name="empty_forecast_list_server_error">No weather information available. The server is not returning valid data. Please check for an updated version of Sunshine.</string>
</resources>