| Index: chrome/app/bookmarks_strings.grdp
|
| diff --git a/chrome/app/bookmarks_strings.grdp b/chrome/app/bookmarks_strings.grdp
|
| index a103b12fb8b831b0a975d9dea0b88d9d45886fab..7829cd4c309018dea71fe423271b80defe6a8b88 100644
|
| --- a/chrome/app/bookmarks_strings.grdp
|
| +++ b/chrome/app/bookmarks_strings.grdp
|
| @@ -171,9 +171,16 @@
|
| <!-- End of Bookmarks Bar Context Menu strings. -->
|
|
|
| <!-- Begin of Bookmarks Bubble strings. -->
|
| - <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking something">
|
| - Bookmark Added!
|
| - </message>
|
| + <if expr="not pp_ifdef('use_titlecase')">
|
| + <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking a page.">
|
| + Bookmark added!
|
| + </message>
|
| + </if>
|
| + <if expr="pp_ifdef('use_titlecase')">
|
| + <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Title of the bubble after bookmarking a page.">
|
| + Bookmark Added!
|
| + </message>
|
| + </if>
|
| <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark">
|
| Bookmark
|
| </message>
|
|
|