Chromium Code Reviews| Index: chrome/app/bookmarks_strings.grdp |
| diff --git a/chrome/app/bookmarks_strings.grdp b/chrome/app/bookmarks_strings.grdp |
| index 52fd6de071c3beeaefe10224be0f7e4f9397da22..5c55cf1c19312810fe5446ec9e0afc549c731704 100644 |
| --- a/chrome/app/bookmarks_strings.grdp |
| +++ b/chrome/app/bookmarks_strings.grdp |
| @@ -63,15 +63,24 @@ |
| <!-- Begin of Bookmarks Bar Context Menu strings. --> |
| <if expr="not use_titlecase"> |
| - <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder"> |
| - &Open all bookmarks |
| - </message> |
| - <message name="IDS_BOOKMARK_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 |
| - </message> |
| - <message name="IDS_BOOKMARK_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 |
| - </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="Menu title for opening all urls in a bookmark folder"> |
|
Peter Kasting
2017/04/13 04:52:09
Please set your editor to add spaces, not tabs, an
Paezagon
2017/04/14 01:00:29
Missed that. The git cl format corrected all the o
|
| + {COUNT, plural, |
| + =0 {&Open all} |
|
Peter Kasting
2017/04/13 04:52:08
Is this only displayed as a disabled menu item?
Paezagon
2017/04/14 01:00:29
As far as I can tell, yes.
|
| + =1 {&Open bookmark} |
| + other {&Open all (#)}} |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="Menu title for opening all urls in a bookmark folder in a new window"> |
| + {COUNT, plural, |
| + =0 {Open all in &new window} |
| + =1 {Open in &new window} |
| + other {Open all (#) in &new window}} |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="Menu description for opening all urls in a bookmark folder in an incognito window"> |
| + {COUNT, plural, |
| + =0 {Open all in &incognito window} |
| + =1 {Open in &incognito window} |
| + other {Open all (#) in &incognito window}} |
| + </message> |
| <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="Menu description for loading bookmark in a new tab"> |
| &Open in new tab |
| </message> |
| @@ -103,15 +112,24 @@ |
| </if> |
| </if> |
| <if expr="use_titlecase"> |
| - <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder"> |
| - &Open All Bookmarks |
| - </message> |
| - <message name="IDS_BOOKMARK_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 |
| - </message> |
| - <message name="IDS_BOOKMARK_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 |
| - </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL" desc="In Title Case: Menu title for opening all urls in a bookmark folder"> |
| + {COUNT, plural, |
| + =0 {&Open All} |
| + =1 {&Open Bookmark} |
| + other {&Open All (#)}} |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_NEW_WINDOW" desc="In Title Case: Menu title for opening all urls in a bookmark folder in a new window"> |
| + {COUNT, plural, |
| + =0 {Open All in &New Window} |
| + =1 {Open in &New Window} |
| + other {Open All (#) in &New Window}} |
| + </message> |
| + <message name="IDS_BOOKMARK_BAR_OPEN_ALL_INCOGNITO" desc="In Title Case: Menu description for opening all urls in a bookmark folder in an incognito window"> |
| + {COUNT, plural, |
| + =0 {Open All in &Incognito Window} |
| + =1 {Open in &Incognito Window} |
| + other {Open All (#) in &Incognito Window}} |
| + </message> |
| <message name="IDS_BOOKMARK_BAR_OPEN_IN_NEW_TAB" desc="In Title Case: Menu description for loading bookmark in a new tab"> |
| &Open in New Tab |
| </message> |