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

Unified Diff: chrome/app/generated_resources.grd

Issue 7575004: bookmarks: Add more keyboard accelerators to bookmark bar context menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: the last three ones Created 9 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 21a806bf5f49cd8728120ea5bf2054a9198a6847..fafa4684ce50a002dd6c49332e97ce10a2b81d76 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6249,61 +6249,61 @@ Keep your key file in a safe place. You will need it to create new versions of y
Other bookmarks
</message>
<if expr="not pp_ifdef('use_titlecase')">
- <message name="IDS_BOOMARK_BAR_OPEN_INCOGNITO" desc="Menu description for opening bookmark in incognito window">
- Open in incognito window
- </message>
<message name="IDS_BOOMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab">
- Open in new tab
+ &amp;Open in new tab
</message>
<message name="IDS_BOOMARK_BAR_OPEN_IN_NEW_WINDOW" desc="Menu description for loading bookmark in a new window">
- Open in new window
+ Open in &amp;new window
+ </message>
+ <message name="IDS_BOOMARK_BAR_OPEN_INCOGNITO" desc="Menu description for opening bookmark in incognito window">
+ Open in &amp;incognito window
</message>
<message name="IDS_BOOMARK_BAR_ADD_NEW_BOOKMARK" desc="Menu title for adding a new bookmark entry">
- Add page...
+ Add p&amp;age...
Peter Kasting 2011/08/09 22:10:46 This conflicts with the 'A' for 'Always show bookm
tfarina 2011/08/09 23:58:48 The 'A' doesn't work for me here on Linux.
</message>
<message name="IDS_BOOMARK_BAR_NEW_FOLDER" desc="Menu title for adding a new folder">
- Add folder...
+ Add &amp;folder...
</message>
<message name="IDS_BOOMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder">
- Open all bookmarks
+ &amp;Open all bookmarks
</message>
<message name="IDS_BOOMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window">
- Open all bookmarks in new window
+ Open all bookmarks in &amp;new window
</message>
<message name="IDS_BOOMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window">
- Open all bookmarks in incognito window
+ Open all bookmarks in &amp;incognito window
</message>
<message name="IDS_BOOKMARK_BAR_REMOVE" desc="Menu title for removing/unstarring a bookmark">
- Delete
+ &amp;Delete
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
- <message name="IDS_BOOMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu description for opening bookmark in incognito window">
- Open in Incognito Window
- </message>
<message name="IDS_BOOMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab">
- Open in New Tab
+ &amp;Open in New Tab
</message>
<message name="IDS_BOOMARK_BAR_OPEN_IN_NEW_WINDOW" desc="In Title Case: Menu description for loading bookmark in a new window">
- Open in New Window
+ Open in &amp;New Window
+ </message>
+ <message name="IDS_BOOMARK_BAR_OPEN_INCOGNITO" desc="In Title Case: Menu description for opening bookmark in incognito window">
+ Open in &amp;Incognito Window
</message>
<message name="IDS_BOOMARK_BAR_ADD_NEW_BOOKMARK" desc="In Title Case: Menu title for adding a new bookmark entry">
- Add Page...
+ Add P&amp;age...
</message>
<message name="IDS_BOOMARK_BAR_NEW_FOLDER" desc="In Title Case: Menu title for adding a new folder">
- Add Folder...
+ Add &amp;Folder...
</message>
<message name="IDS_BOOMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder">
- Open All Bookmarks
+ &amp;Open All Bookmarks
</message>
<message name="IDS_BOOMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window">
- Open All Bookmarks in New Window
+ Open All Bookmarks in &amp;New Window
</message>
<message name="IDS_BOOMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito window">
- Open All Bookmarks in Incognito Window
+ Open All Bookmarks in &amp;Incognito Window
</message>
<message name="IDS_BOOKMARK_BAR_REMOVE" desc="In Title Case: Menu title for removing/unstarring a bookmark">
- Delete
+ &amp;Delete
</message>
</if>
<message name="IDS_BOOMARK_BAR_EDIT_FOLDER_LABEL" desc="Title of label before text field in edit folder dialog">
@@ -6312,21 +6312,21 @@ Keep your key file in a safe place. You will need it to create new versions of y
<if expr="not pp_ifdef('use_titlecase')">
<message name="IDS_BOOKMARK_BAR_EDIT"
desc="Title of the bookmark context menu item that brings up the bookmark editor">
- Edit...
+ &amp;Edit...
</message>
<message name="IDS_BOOKMARK_BAR_RENAME_FOLDER"
desc="Title of the bookmark context menu item that brings up a dialog to rename a folder">
- Rename...
+ &amp;Rename...
</message>
</if>
<if expr="pp_ifdef('use_titlecase')">
<message name="IDS_BOOKMARK_BAR_EDIT"
desc="In Title Case: Title of the bookmark context menu item that brings up the bookmark editor">
- Edit...
+ &amp;Edit...
</message>
<message name="IDS_BOOKMARK_BAR_RENAME_FOLDER"
desc="In Title Case: Title of the bookmark context menu item that brings up a dialog to rename a folder">
- Rename...
+ &amp;Rename...
</message>
</if>
<message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698