summaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d14b74022..574b45c9e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -235,6 +235,11 @@
<!-- A short representation of charging information, e.g "34%" -->
<string name="battery_charging_level"><xliff:g id="number">%d</xliff:g><xliff:g id="percent">%%</xliff:g></string>
+
+ <!-- What to show the user if the weather widget exists but fails to
+ respond. This is a sign of an error; if the weather widget is not
+ present on the device, we show nothing at all. -->
+ <string name="weather_fetch_failure">Weather information currently unavailable.</string>
</resources>