Commit 21ab2431 authored by estade's avatar estade Committed by Commit bot

Remove exclamation mark from bookmark bubble title

"Bookmark added!" => "Bookmark added"

ainslie@ says it doesn't belong.

BUG=none

Review-Url: https://codereview.chromium.org/2142103002
Cr-Commit-Position: refs/heads/master@{#405191}
parent 05f7ce33
......@@ -150,12 +150,12 @@
<!-- Begin of Bookmarks Bubble strings. -->
<if expr="not use_titlecase">
<message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubble after bookmarking a page.">
Bookmark added!
Bookmark added
</message>
</if>
<if expr="use_titlecase">
<message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Title of the bubble after bookmarking a page.">
Bookmark Added!
Bookmark Added
</message>
</if>
<message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment