| Index: chrome/app/bookmarks_strings.grdp
|
| diff --git a/chrome/app/bookmarks_strings.grdp b/chrome/app/bookmarks_strings.grdp
|
| index 6754be1ee05edf55359314c2ed3fc23f34c348c8..2dedb8b18138f5bb846e9b5173e11698081e1d0d 100644
|
| --- a/chrome/app/bookmarks_strings.grdp
|
| +++ b/chrome/app/bookmarks_strings.grdp
|
| @@ -32,17 +32,23 @@
|
| <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="Name shown in the context menu to hide/show the apps shortcut in the bookmark bar">
|
| Show apps shortcut
|
| </message>
|
| - <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
|
| + <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
|
| Show managed bookmarks
|
| </message>
|
| + <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
|
| + Show <ph name="FOLDER_NAME">$1<ex>managed bookmarks</ex></ph>
|
| + </message>
|
| </if>
|
| <if expr="use_titlecase">
|
| <message name="IDS_BOOKMARK_BAR_SHOW_APPS_SHORTCUT" desc="In Title Case: Name shown in the context menu to hide/show the apps shortcut in the bookmark bar">
|
| Show Apps Shortcut
|
| </message>
|
| - <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="In Title Case: Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
|
| + <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS_DEFAULT_NAME" desc="In Title Case: Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
|
| Show Managed Bookmarks
|
| </message>
|
| + <message name="IDS_BOOKMARK_BAR_SHOW_MANAGED_BOOKMARKS" desc="In Title Case: Name shown in the context menu to hide/show the managed bookmarks in the bookmark bar">
|
| + Show <ph name="FOLDER_NAME">$1<ex>Managed Bookmarks</ex></ph>
|
| + </message>
|
| </if>
|
| <message name="IDS_BOOKMARK_BAR_APPS_SHORTCUT_NAME" desc="Name shown in the bookmark bar for the apps page shortcut">
|
| Apps
|
|
|