| Index: components/bookmark_bar_strings.grdp
|
| diff --git a/components/bookmark_bar_strings.grdp b/components/bookmark_bar_strings.grdp
|
| index b2df0daa6402535b650344d0945b0a3622041fd7..f4d97a3152238cdb4d9be8d206cad6dac6847f73 100644
|
| --- a/components/bookmark_bar_strings.grdp
|
| +++ b/components/bookmark_bar_strings.grdp
|
| @@ -1,23 +1,15 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| <grit-part>
|
| - <if expr="not is_android and not is_ios and not use_titlecase">
|
| + <if expr="not is_ios and not use_titlecase">
|
| <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Name shown in the tree for the Bookmarks Bar folder.">
|
| Bookmarks bar
|
| </message>
|
| </if>
|
| - <if expr="not is_android and not is_ios and use_titlecase">
|
| + <if expr="not is_ios and use_titlecase">
|
| <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="In Title Case: Name shown in the tree for the Bookmarks Bar folder.">
|
| Bookmarks Bar
|
| </message>
|
| </if>
|
| - <if expr="is_android">
|
| - <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
|
| - Desktop bookmarks
|
| - </message>
|
| - <message name="IDS_ENHANCED_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder when enhanced bookmark is enabled.">
|
| - Bookmarks bar
|
| - </message>
|
| - </if>
|
| <if expr="is_ios">
|
| <message name="IDS_BOOKMARK_BAR_FOLDER_NAME" desc="Mobile: Name shown in the tree for the desktop bookmarks folder">
|
| Desktop Bookmarks
|
|
|