commit | 0a083239ebc9f596c449f10fa8f4ad8db6912d9c | [log] [tgz] |
---|---|---|
author | Jon Spivack <spivack@google.com> | Wed Mar 24 20:35:15 2021 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Mar 24 20:35:15 2021 +0000 |
tree | 3358ad3bbc283fb98c51dcea23fd30d804572f88 | |
parent | 3c110b3c7ac371d357137612168c1d6a0318d53d [diff] | |
parent | ea0463d243483ec16e109372029a9b4bb12679f6 [diff] |
Merge "Change label for Search button in Go Overview" into sc-dev am: ea0463d243 Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/13985351 Change-Id: I747db5e103a9be2f80aedbe73b843af98f353bd3
diff --git a/go/quickstep/res/values/strings.xml b/go/quickstep/res/values/strings.xml index 71e2f3a..61c8cd9 100644 --- a/go/quickstep/res/values/strings.xml +++ b/go/quickstep/res/values/strings.xml
@@ -10,5 +10,5 @@ <!-- Label for a button that translates a screenshot of the current app. [CHAR_LIMIT=40] --> <string name="action_translate">Translate</string> <!-- Label for a button that triggers Search on a screenshot of the current app. [CHAR_LIMIT=40] --> - <string name="action_search">Search</string> + <string name="action_search">Lens</string> </resources>