Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(616)

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2891493004: Tooltip for home page menu buttons (Closed)
Patch Set: tooltip for home page menu buttons Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698