summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@hyunyoungs-macbookpro.roam.corp.google.com>2018-12-21 04:26:06 -0800
committerHyunyoung Song <hyunyoungs@google.com>2018-12-21 11:01:27 -0800
commitc641bd107c076514c9979783a53b609aeb78bae3 (patch)
treee5a1b6c27b0d924c9168aeb25a7985a737220aa1 /res/values
parent1e0e558cbf7e412d948bbf31a869dd7869338914 (diff)
downloadandroid_packages_apps_Trebuchet-c641bd107c076514c9979783a53b609aeb78bae3.tar.gz
android_packages_apps_Trebuchet-c641bd107c076514c9979783a53b609aeb78bae3.tar.bz2
android_packages_apps_Trebuchet-c641bd107c076514c9979783a53b609aeb78bae3.zip
Provide more context for "Remove" and "Uninstall" strings for TC
Bug: 120255489 Change-Id: Iec1d93e1aab0bae38d95e9f4e2c87e9328f04da3
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b1eff2457..09e628e1e 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -94,9 +94,11 @@
for accessibilty (spoken when the button gets focus). -->
<string name="all_apps_home_button_label">Home</string>
- <!-- Label for remove drop target. [CHAR_LIMIT=20] -->
+ <!-- Label for remove drop target (from the homescreen only).
+ May appear next to uninstall_drop_target_label [CHAR_LIMIT=20] -->
<string name="remove_drop_target_label">Remove</string>
- <!-- Label for uninstall drop target. [CHAR_LIMIT=20]-->
+ <!-- Label for uninstall drop target (from the device).
+ May appear next to remove_drop_target_label [CHAR_LIMIT=20]-->
<string name="uninstall_drop_target_label">Uninstall</string>
<!-- Label for app info drop target. [CHAR_LIMIT=20] -->
<string name="app_info_drop_target_label">App info</string>