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

Unified Diff: components/bookmark_bar_strings.grdp

Issue 1699743002: Remove unused "Desktop bookmarks" folder name on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « chrome/browser/android/bookmarks/bookmarks_bridge.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « chrome/browser/android/bookmarks/bookmarks_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698