summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorLifu Tang <lifu@google.com>2013-09-05 14:50:29 -0700
committerLifu Tang <lifu@google.com>2013-09-05 14:50:29 -0700
commit9e5251817e665c66a83aba5ac078dad52bef4f4b (patch)
treea8441c9bf18864ac0df5d310ddb939dd21d9168b /res/values
parent80c2b9b0c4c03c5ae9459875c05bc7370b7d6ca0 (diff)
downloadpackages_apps_Settings-9e5251817e665c66a83aba5ac078dad52bef4f4b.zip
packages_apps_Settings-9e5251817e665c66a83aba5ac078dad52bef4f4b.tar.gz
packages_apps_Settings-9e5251817e665c66a83aba5ac078dad52bef4f4b.tar.bz2
Don't show explicit time when no recent apps
- Partial fix for b/10638903 Change-Id: I38d681c52b3d03cdece48d3cdc027dcbe66bd0f2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dae3f6e..9c6ae36 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2401,7 +2401,7 @@
<!-- [CHAR LIMIT=30] Location settings screen, sub category for recent location requests -->
<string name="location_category_recent_location_requests">Recent location requests</string>
<!-- Location settings screen, displayed when there's no recent app accessing location -->
- <string name="location_no_recent_apps">No apps have requested location in the last 15 minutes.</string>
+ <string name="location_no_recent_apps">No apps have requested location recently</string>
<!-- [CHAR LIMIT=30] Location settings screen, sub category for app settings -->
<string name="location_category_app_settings">App settings</string>
<!-- [CHAR LIMIT=30] Location settings screen, recent location requests high battery use-->