summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJeff Sharkey <jsharkey@android.com>2012-09-19 14:42:38 -0700
committerJeff Sharkey <jsharkey@android.com>2012-09-19 15:26:12 -0700
commit6bf72119fd2f53ae363f8dd5dc105790e86a8973 (patch)
treea04042d4bfac7b91e38413e37aa347f023e2e8b0 /res/values
parentee9ecf0ac6695bc80ba4bc3256989c307f85fd1d (diff)
downloadpackages_apps_Settings-6bf72119fd2f53ae363f8dd5dc105790e86a8973.zip
packages_apps_Settings-6bf72119fd2f53ae363f8dd5dc105790e86a8973.tar.gz
packages_apps_Settings-6bf72119fd2f53ae363f8dd5dc105790e86a8973.tar.bz2
Update string to reflect removed users.
Bug: 7194784 Change-Id: Ied3b4376d0ad664c61a5d3388fe24bc96c6ee466
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 00adeba..5b38b35 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -4032,6 +4032,8 @@
<!-- Title of data usage item that represents all uninstalled applications. [CHAR LIMIT=48] -->
<string name="data_usage_uninstalled_apps">Removed apps</string>
+ <!-- Title of data usage item that represents all uninstalled applications or removed users. [CHAR LIMIT=48] -->
+ <string name="data_usage_uninstalled_apps_users">Removed apps and users</string>
<!-- Combination of total network bytes sent and received by an application. [CHAR LIMIT=NONE] -->
<string name="data_usage_received_sent"><xliff:g id="received" example="128KB">%1$s</xliff:g> received, <xliff:g id="sent" example="1.3GB">%2$s</xliff:g> sent</string>
<!-- Label displaying total network data transferred during a specific time period. [CHAR LIMIT=64] -->