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

Unified Diff: generated_resources.grd

Issue 14071: Make all GRIT placeholders only use caps and underscores.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/chrome/app/
Patch Set: Created 12 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: generated_resources.grd
===================================================================
--- generated_resources.grd (revision 6922)
+++ generated_resources.grd (working copy)
@@ -2218,7 +2218,7 @@
</message>
<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">
- Are you sure you want to open <ph name="tab_count">$1<ex>20</ex></ph> tabs?
+ Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> tabs?
</message>
<!-- error page messages -->
@@ -3280,7 +3280,7 @@
Pop-ups Blocked: <ph name="COUNT">$1<ex>2</ex></ph>
</message>
<message name="IDS_POPUP_TITLE_FORMAT" desc="Order of URL - Title on the popup">
- <ph name="URL">$1</ph> - <ph name="Window Title">$2</ph>
+ <ph name="URL">$1</ph> - <ph name="WINDOW_TITLE">$2</ph>
</message>
<!-- Multiple download warning-->
@@ -3348,7 +3348,7 @@
Enter a query in the text field above to search your bookmarks.
</message>
<message name="IDS_BOOKMARK_MANAGER_NO_RESULTS" desc="Text shown in the bookmark table when the search didn't find anything.">
- No bookmarks match the query '<ph name="search text">$1</ph>'.
+ No bookmarks match the query '<ph name="SEARCH_TEXT">$1</ph>'.
</message>
<message name="IDS_BOOKMARK_MANAGER_SEARCH_TITLE" desc="Text shown before the search text field.">
Search:
« 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