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

Unified Diff: components/bookmark_component_strings.grdp

Issue 2670473002: [MD Bookmarks] Implement adding folders and bookmarks from toolbar menu. (Closed)
Patch Set: Fix store to insert node instead of push and update tests. Created 3 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
Index: components/bookmark_component_strings.grdp
diff --git a/components/bookmark_component_strings.grdp b/components/bookmark_component_strings.grdp
index efd47772f4d04d5cda1dd1b22d0a2c267cdc2f79..c117bf78e8979565232cabdb111fb71734ea1305 100644
--- a/components/bookmark_component_strings.grdp
+++ b/components/bookmark_component_strings.grdp
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<grit-part>
+ <message name="IDS_BOOKMARK_ADD_BOOKMARK_TITLE" desc="Title of the window the bookmark editor is in when adding bookmarks.">
+ Add bookmark
+ </message>
+ <message name="IDS_BOOKMARK_ADD_FOLDER_TITLE" desc="Title of the window the bookmark editor is in when adding folders.">
+ Add folder
+ </message>
<message name="IDS_BOOKMARK_BUBBLE_REMOVE_BOOKMARK" desc="Title of the button for removing the bookmark">
Remove
</message>

Powered by Google App Engine
This is Rietveld 408576698