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

Side by Side Diff: chrome/app/bookmarks_strings.grdp

Issue 2142103002: Remove exclamation mark from bookmark bubble title (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Bookmarks specific strings (included from generated_resources.grd). --> 2 <!-- Bookmarks specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Begin of Bookmarks Bar strings--> 4 <!-- Begin of Bookmarks Bar strings-->
5 <if expr="not is_android"> 5 <if expr="not is_android">
6 <!-- The following two strings are shown when the user has no bookmarks yet. --> 6 <!-- The following two strings are shown when the user has no bookmarks yet. -->
7 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks"> 7 <message name="IDS_BOOKMARKS_NO_ITEMS" desc="Text shown when the user has no bookmarks">
8 For quick access, place your bookmarks here on the bookmarks bar. 8 For quick access, place your bookmarks here on the bookmarks bar.
9 </message> 9 </message>
10 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing "> 10 <message name="IDS_BOOKMARK_BAR_IMPORT_LINK" desc="text shown for importing ">
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 </if> 143 </if>
144 </if> 144 </if>
145 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder. The number will a lways be 15 or more."> 145 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder. The number will a lways be 15 or more.">
146 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs? 146 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
147 </message> 147 </message>
148 <!-- End of Bookmarks Bar Context Menu strings. --> 148 <!-- End of Bookmarks Bar Context Menu strings. -->
149 149
150 <!-- Begin of Bookmarks Bubble strings. --> 150 <!-- Begin of Bookmarks Bubble strings. -->
151 <if expr="not use_titlecase"> 151 <if expr="not use_titlecase">
152 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl e after bookmarking a page."> 152 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="Title of the bubbl e after bookmarking a page.">
153 Bookmark added! 153 Bookmark added
154 </message> 154 </message>
155 </if> 155 </if>
156 <if expr="use_titlecase"> 156 <if expr="use_titlecase">
157 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Tit le of the bubble after bookmarking a page."> 157 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARKED" desc="In Title Case: Tit le of the bubble after bookmarking a page.">
158 Bookmark Added! 158 Bookmark Added
159 </message> 159 </message>
160 </if> 160 </if>
161 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble wh en re-clicking on a bookmark"> 161 <message name="IDS_BOOKMARK_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble wh en re-clicking on a bookmark">
162 Bookmark 162 Bookmark
163 </message> 163 </message>
164 <message name="IDS_BOOKMARK_AX_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark, read by spoken feedback"> 164 <message name="IDS_BOOKMARK_AX_BUBBLE_PAGE_BOOKMARK" desc="Title of the bubble when re-clicking on a bookmark, read by spoken feedback">
165 Edit bookmark 165 Edit bookmark
166 </message> 166 </message>
167 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked"> 167 <message name="IDS_BOOKMARK_BUBBLE_TITLE_TEXT" desc="Text preceding the title of the page that was bookmarked">
168 Name: 168 Name:
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 </if> 346 </if>
347 <!-- End of Bookmarks Menu (in the Main Menu) strings. --> 347 <!-- End of Bookmarks Menu (in the Main Menu) strings. -->
348 348
349 <!-- Begin of Bookmark Star button strings. --> 349 <!-- Begin of Bookmark Star button strings. -->
350 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip shown when you hover the star button in the right side of the location bar and the current page is bookm arked."> 350 <message name="IDS_TOOLTIP_STARRED" desc="The tooltip shown when you hover the star button in the right side of the location bar and the current page is bookm arked.">
351 Edit bookmark for this page 351 Edit bookmark for this page
352 </message> 352 </message>
353 <!-- End of Bookmark Star button strings. --> 353 <!-- End of Bookmark Star button strings. -->
354 354
355 </grit-part> 355 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698