Commit 30709248 authored by Caroline Rising's avatar Caroline Rising Committed by Commit Bot

Update omnibox star menu option strings.

These changes are behind the kReadLater feature flag. This cl updates
the read later string and adds capitalcase versions.

Bug: 1117023
Change-Id: I26d62e659b06a113e63c3c457cdef85ce366a126
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402105Reviewed-by: default avatarConnie Wan <connily@chromium.org>
Commit-Queue: Caroline Rising <corising@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807053}
parent 6f3a5f86
...@@ -5646,6 +5646,7 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -5646,6 +5646,7 @@ Keep your key file in a safe place. You will need it to create new versions of y
</if> </if>
<!-- Star View menu --> <!-- Star View menu -->
<if expr="use_titlecase">
<message name="IDS_STAR_VIEW_MENU_ADD_BOOKMARK" desc="The item label of the menu triggered from the star icon in the location bar for adding a bookmark."> <message name="IDS_STAR_VIEW_MENU_ADD_BOOKMARK" desc="The item label of the menu triggered from the star icon in the location bar for adding a bookmark.">
Add Bookmark Add Bookmark
</message> </message>
...@@ -5653,11 +5654,26 @@ Keep your key file in a safe place. You will need it to create new versions of y ...@@ -5653,11 +5654,26 @@ Keep your key file in a safe place. You will need it to create new versions of y
Edit Bookmark Edit Bookmark
</message> </message>
<message name="IDS_STAR_VIEW_MENU_MOVE_TO_READ_LATER" desc="The item label of the menu triggered from the star icon in the location bar for moving the current tab to read later."> <message name="IDS_STAR_VIEW_MENU_MOVE_TO_READ_LATER" desc="The item label of the menu triggered from the star icon in the location bar for moving the current tab to read later.">
Add to Read later Read Later
</message> </message>
<message name="IDS_STAR_VIEW_MENU_MARK_AS_READ" desc="The item label of the menu triggered from the star icon in the location bar for marking the current tab's read later entry as read."> <message name="IDS_STAR_VIEW_MENU_MARK_AS_READ" desc="The item label of the menu triggered from the star icon in the location bar for marking the current tab's read later entry as read.">
Mark as Read Mark as Read
</message> </message>
</if>
<if expr="not use_titlecase">
<message name="IDS_STAR_VIEW_MENU_ADD_BOOKMARK" desc="The item label of the menu triggered from the star icon in the location bar for adding a bookmark.">
Add bookmark
</message>
<message name="IDS_STAR_VIEW_MENU_EDIT_BOOKMARK" desc="The item label of the menu triggered from the star icon in the location bar for editing a bookmark.">
Edit bookmark
</message>
<message name="IDS_STAR_VIEW_MENU_MOVE_TO_READ_LATER" desc="The item label of the menu triggered from the star icon in the location bar for moving the current tab to read later.">
Read later
</message>
<message name="IDS_STAR_VIEW_MENU_MARK_AS_READ" desc="The item label of the menu triggered from the star icon in the location bar for marking the current tab's read later entry as read.">
Mark as read
</message>
</if>
<!--Tooltip strings--> <!--Tooltip strings-->
<message name="IDS_TOOLTIP_BACK" desc="The tooltip for back button"> <message name="IDS_TOOLTIP_BACK" desc="The tooltip for back button">
......
cd19bd38c1c505428e1b952dff29ea2dcc23a749 c0d46ea4cadbcbee88e04c014b8ea3baf7ef14f0
\ No newline at end of file \ No newline at end of file
ca95daa02a7ba6b6dcc742fa2359f58058ac8025 391a21a7ca6b9cb583c18ef95d93ccd17a4ed74b
\ No newline at end of file \ No newline at end of file
ca95daa02a7ba6b6dcc742fa2359f58058ac8025 391a21a7ca6b9cb583c18ef95d93ccd17a4ed74b
\ No newline at end of file \ No newline at end of file
cd19bd38c1c505428e1b952dff29ea2dcc23a749 c0d46ea4cadbcbee88e04c014b8ea3baf7ef14f0
\ No newline at end of file \ 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