summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2012-09-21 17:05:22 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-09-21 17:05:23 -0700
commitf4bd1a705f6b4e1e575c46f88ca91c02144e551e (patch)
tree85e0bf12f8eb80c10a82c1d8c533e8c40e2ba1fa /res/values
parent936186c614903f79cc562c005801f95863cbe054 (diff)
parentc715fb1207361bb2a793752eefb02f1956075739 (diff)
downloadpackages_apps_Settings-f4bd1a705f6b4e1e575c46f88ca91c02144e551e.zip
packages_apps_Settings-f4bd1a705f6b4e1e575c46f88ca91c02144e551e.tar.gz
packages_apps_Settings-f4bd1a705f6b4e1e575c46f88ca91c02144e551e.tar.bz2
Merge "Fix issue 7198767, 7198366, 7189824." into jb-mr1-dev
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 5a0285f..266d4a3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -2706,6 +2706,8 @@
<string name="service_process_name"><xliff:g id="process">%1$s</xliff:g></string>
<!-- [CHAR LIMIT=NONE] Label of a running process that represents another user -->
<string name="running_process_item_user_label">User: <xliff:g id="user_name">%1$s</xliff:g></string>
+ <!-- [CHAR LIMIT=NONE] Label of a running process that represents a removed -->
+ <string name="running_process_item_removed_user_label">Removed user</string>
<!-- Descriptive text of a running process: singular process, singular service. -->
<string name="running_processes_item_description_s_s"><xliff:g id="numprocess">%1$d</xliff:g>
process and <xliff:g id="numservices">%2$d</xliff:g> service</string>