0

[image search] Update the tooltip text in search category control

This cl updates the tooltip text of the image search checkbox in search
category control menu. It's basically a revert of crrev.com/c/5421607

Bug: 378986591
Change-Id: I5ac020f8e93b9d8c78b7aa5cb2e92f37a7383f35
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6344671
Commit-Queue: CJ Huang <chenjih@google.com>
Reviewed-by: Xinglong (Alan) Luan <alanlxl@chromium.org>
Reviewed-by: Toni Barzic <tbarzic@google.com>
Cr-Commit-Position: refs/heads/main@{#1431790}
This commit is contained in:
CJ Huang
2025-03-12 15:34:22 -07:00
committed by Chromium LUCI CQ
parent c251486a28
commit a2dbb1bb8c
4 changed files with 4 additions and 4 deletions

@ -867,7 +867,7 @@ TEST_P(SearchResultImageViewTest, SearchCategoryMenuItemTooltips) {
check_tooltip(AppListSearchControlCategory::kHelp,
u"Key shortcuts, tips for using device, and more");
check_tooltip(AppListSearchControlCategory::kImages,
u"Search for text within images and see image previews");
u"Image search by content and image previews");
check_tooltip(AppListSearchControlCategory::kPlayStore,
u"Available apps from the Play Store");
check_tooltip(AppListSearchControlCategory::kWeb,

@ -2612,7 +2612,7 @@ You can also use the keyboard shortcut. First, highlight text, then press <ph na
Key shortcuts, tips for using device, and more
</message>
<message name="IDS_ASH_SEARCH_CATEGORY_FILTER_MENU_IMAGES_TOOLTIP" desc="The tooltip text of the images menu item in the search category filter menu that shows what search results the category includes.">
Search for text within images and see image previews
Image search by content and image previews
</message>
<message name="IDS_ASH_SEARCH_CATEGORY_FILTER_MENU_PLAYSTORE_TOOLTIP" desc="The tooltip text of the playstore menu item in the search category filter menu that shows what search results the category includes.">
Available apps from the Play Store

@ -1 +1 @@
673beaffc51208e50ea27b1dd10e394b21ae0554
5bd9311bbb8608c237dceff1d0abe7d24a83db6a

@ -1035,7 +1035,7 @@ IN_PROC_BROWSER_TEST_P(SpokenFeedbackAppListSearchTest, SearchCategoryFilter) {
sm_.Call([this]() { SendKeyPress(ui::VKEY_DOWN); });
sm_.ExpectSpeech("Images");
sm_.ExpectSpeech("Checked");
sm_.ExpectSpeech("Search for text within images and see image previews");
sm_.ExpectSpeech("Image search by content and image previews");
sm_.Call([this]() { SendKeyPress(ui::VKEY_DOWN); });
sm_.ExpectSpeech("Websites");