Chromium Code Reviews| Index: chrome/android/java/strings/android_chrome_strings.grd |
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd |
| index 8cdba075126f151311f3f741c745342d815eec3e..5ddc66f8f9c63917a18daa39a61f4eae950222c0 100644 |
| --- a/chrome/android/java/strings/android_chrome_strings.grd |
| +++ b/chrome/android/java/strings/android_chrome_strings.grd |
| @@ -2306,6 +2306,9 @@ To obtain new licenses, connect to the internet and play your downloaded content |
| <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab."> |
| New tab |
| </message> |
| + <message name="IDS_BUTTON_NEW_INCOGNITO_TAB" desc="Button for opening a new incognito tab."> |
|
mdjones
2017/05/16 21:53:57
These descriptions should reflect what the string
huayinz
2017/05/16 22:59:42
Done.
|
| + New incognito tab |
| + </message> |
| <!-- Main menu items --> |
| <message name="IDS_MENU_UPDATE" desc="Menu item for updating chrome. [CHAR-LIMIT=24]"> |
| @@ -2320,6 +2323,21 @@ To obtain new licenses, connect to the internet and play your downloaded content |
| <message name="IDS_MENU_MOVE_TO_OTHER_WINDOW" desc="Menu item for moving the current tab into the other window. [CHAR-LIMIT=27]"> |
| Move to other window |
| </message> |
| + <message name="IDS_MENU_FORWARD" desc="Menu item for advancing to the next web page. [CHAR-LIMIT=27]"> |
| + Forward |
| + </message> |
| + <message name="IDS_MENU_BOOKMARK" desc="Menu item for saving the web page to Bookmarks section. [CHAR-LIMIT=27]"> |
| + Bookmark |
| + </message> |
| + <message name="IDS_MENU_DOWNLOAD" desc="Menu item for downloading the current web page. [CHAR-LIMIT=27]"> |
| + Download |
| + </message> |
| + <message name="IDS_MENU_PAGE_INFO" desc="Menu item for viewing information about the current web page. [CHAR-LIMIT=27]"> |
| + Page info |
| + </message> |
| + <message name="IDS_MENU_REFRESH" desc="Menu item for refreshing the current web page. [CHAR-LIMIT=27]"> |
| + Refresh |
| + </message> |
| <message name="IDS_MENU_NEW_TAB" desc="Menu item for opening a new tab. [CHAR-LIMIT=27]"> |
| New tab |
| </message> |