Updated settings to show the status of the typed-in location.

This commit is contained in:
Dan Galpin
2015-05-24 15:04:31 -07:00
parent c3375ecabe
commit 8975813855
2 changed files with 26 additions and 0 deletions

View File

@@ -48,6 +48,10 @@
<!-- Default postal code for location preference [CHAR LIMIT=NONE] -->
<string name="pref_location_default" translatable="false">94043</string>
<!-- Strings used when displaying the state of the Location in settings -->
<string name="pref_location_error_description">Invalid Location (<xliff:g id="location_setting">%1$s</xliff:g>)"</string>
<string name="pref_location_unknown_description">Validating Location... (<xliff:g id="location_setting">%1$s</xliff:g>)"</string>
<!-- Strings related to Notification Enabled preference -->
<string name="pref_enable_notifications_key" translatable="false">enable_notifications</string>
<string name="pref_enable_notifications_label">Weather Notifications</string>