[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. Bug: b/332780102 Change-Id: Ie1fab3251f3a7c10d28440b79dbe8d0d28555b8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5421607 Reviewed-by: Toni Barzic <tbarzic@chromium.org> Commit-Queue: CJ Huang <chenjih@google.com> Auto-Submit: Wen-Chien Wang <wcwang@chromium.org> Reviewed-by: CJ Huang <chenjih@google.com> Cr-Commit-Position: refs/heads/main@{#1285606}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
c35c29b5ba
commit
8c0f7614a6
@ -704,7 +704,7 @@ TEST_P(SearchResultImageViewTest, SearchCategoryMenuItemTooltips) {
|
||||
check_tooltip(AppListSearchControlCategory::kHelp,
|
||||
u"Key shortcuts, tips for using device, and more");
|
||||
check_tooltip(AppListSearchControlCategory::kImages,
|
||||
u"Image search by content and image previews");
|
||||
u"Search for text within images and see image previews");
|
||||
check_tooltip(AppListSearchControlCategory::kPlayStore,
|
||||
u"Available apps from the Play Store");
|
||||
check_tooltip(AppListSearchControlCategory::kWeb,
|
||||
|
@ -2422,7 +2422,7 @@ Style notes:
|
||||
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.">
|
||||
Image search by content and image previews
|
||||
Search for text within images and see 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 @@
|
||||
5bd9311bbb8608c237dceff1d0abe7d24a83db6a
|
||||
673beaffc51208e50ea27b1dd10e394b21ae0554
|
@ -1025,7 +1025,7 @@ IN_PROC_BROWSER_TEST_P(SpokenFeedbackAppListSearchTest, SearchCategoryFilter) {
|
||||
sm_.Call([this]() { SendKeyPress(ui::VKEY_DOWN); });
|
||||
sm_.ExpectSpeech("Images");
|
||||
sm_.ExpectSpeech("Checked");
|
||||
sm_.ExpectSpeech("Image search by content and image previews");
|
||||
sm_.ExpectSpeech("Search for text within images and see image previews");
|
||||
|
||||
sm_.Call([this]() { SendKeyPress(ui::VKEY_DOWN); });
|
||||
sm_.ExpectSpeech("Websites");
|
||||
|
Reference in New Issue
Block a user