Commit 2529491a authored by zhiyuancai's avatar zhiyuancai Committed by Commit Bot

Add 4 strings for Price Tracking

Bug: 1144742, 1148020
Change-Id: I03cbed7c8c2b66f0ff4779eb1a200123040d29ef
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533037
Commit-Queue: Zhiyuan Cai <zhiyuancai@google.com>
Reviewed-by: default avatarWei-Yin Chen (陳威尹) <wychen@chromium.org>
Reviewed-by: default avatarYue Zhang <yuezhanggg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#826604}
parent 248b3846
......@@ -320,6 +320,11 @@ Still reading?
<ignore regexp="The resource `R.string.ntp_article_suggestions_section_empty` appears to be unused"/>
<!-- 1: TODO(crbug.com/1137985) resource is used in downstream image editor. -->
<ignore regexp="The resource `R.string.clear` appears to be unused"/>
<!-- 4: Temporarily suppressed until impelmentation is ready, see https://crbug.com/1144742, https://crbug.com/1148020 -->
<ignore regexp="The resource `R.string.menu_track_prices` appears to be unused"/>
<ignore regexp="The resource `R.string.price_drop_spotted_title` appears to be unused"/>
<ignore regexp="The resource `R.string.price_drop_spotted_content` appears to be unused"/>
<ignore regexp="The resource `R.string.price_drop_spotted_show_me` appears to be unused"/>
<!-- Endnote: Please specify number of suppressions when adding more -->
</issue>
<issue id="UsableSpace">
......
......@@ -373,6 +373,17 @@
<message name="IDS_TAB_STRIP_INFO_BAR_RESHOW" desc="This text is shown on the info bar action button and serves as one answer to &quot;Don't show tab strip again?&quot;. When a user clicks this button, tab strip will keep showing for this user.">
Show later
</message>
<!-- Price Drops Card strings -->
<message name="IDS_PRICE_DROP_SPOTTED_TITLE" desc="This text shows on the price drop message card if any item in the open tabs has a price drop. It familiarizes users with the new track-prices-on-tabs UI.">
Price drop spotted
</message>
<message name="IDS_PRICE_DROP_SPOTTED_CONTENT" desc="This text shows below 'Price drop spotted'. It describes what will happen when clicking 'Show me' button.">
See which item in your open tabs has a better price
</message>
<message name="IDS_PRICE_DROP_SPOTTED_SHOW_ME" desc="This text button shows below 'Price drop spotted'. When user clicks on the text button, it scrolls the users to the first tab that has a price drop.">
Show me
</message>
</messages>
</release>
</grit>
......@@ -2946,6 +2946,9 @@ Data from your Incognito session will only be cleared from Chrome when you <ph n
<message name="IDS_MENU_GROUP_TABS" desc="Menu item for grouping tabs. [CHAR-LIMIT=27]">
Group tabs
</message>
<message name="IDS_MENU_TRACK_PRICES" desc="Menu item for tracking prices on tabs. [CHAR-LIMIT=27]">
Track prices
</message>
<message name="IDS_MENU_GET_IMAGE_DESCRIPTIONS" desc="Menu item to start getting alt text accessibility image labels/descriptions [CHAR-LIMIT=27]">
Get image descriptions
</message>
......
a9b1095b061e298668cf2f9f487e7ff7821bd8e7
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment