| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index c9d30c1960f2b8171d2f3f6873d9b9a8e6773e22..a4c6a537f8c249abbad3968de4ba28a5217f2864 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -4593,6 +4593,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_TAB_CXMENU_PIN_TAB" desc="The label of the tab context menu item for pinning a tab.">
|
| Pin tab
|
| </message>
|
| + <message name="IDS_TAB_CXMENU_UNPIN_TAB" desc="The label of the tab context menu item for unpinning a tab.">
|
| + Unpin tab
|
| + </message>
|
| <message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="In Title Case: The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab.">
|
| Bookmark all tabs...
|
| </message>
|
| @@ -4622,19 +4625,13 @@ Keep your key file in a safe place. You will need it to create new versions of y
|
| <message name="IDS_TAB_CXMENU_PIN_TAB" desc="In Title Case: The label of the tab context menu item for pinning a tab.">
|
| Pin Tab
|
| </message>
|
| + <message name="IDS_TAB_CXMENU_UNPIN_TAB" desc="The label of the tab context menu item for unpinning a tab.">
|
| + Unpin Tab
|
| + </message>
|
| <message name="IDS_TAB_CXMENU_BOOKMARK_ALL_TABS" desc="In Title Case: The label of the tab context menu item for creating a bookmark folder containing an entry for each open tab.">
|
| Bookmark All Tabs...
|
| </message>
|
| </if>
|
| - <!-- Mac-only Tab Context menu strings -->
|
| - <if expr="os == 'darwin'">
|
| - <message name="IDS_TAB_CXMENU_PIN_TAB_MAC" desc="In Title Case: The label of the tab context menu item for pinning a tab (note: not a checkmark-able menu item).">
|
| - Pin Tab
|
| - </message>
|
| - <message name="IDS_TAB_CXMENU_UNPIN_TAB_MAC" desc="In Title Case: The label of the tab context menu item for unpinning a tab.">
|
| - Unpin Tab
|
| - </message>
|
| - </if>
|
|
|
| <!-- Bookmarks bar -->
|
| <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks">
|
|
|