diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 22:03:20 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-12 22:03:20 +0000 |
commit | 620b79cee22f6376851f63989e319157f23d5556 (patch) | |
tree | 91eecbad8300c397e77adcb32b00e99c805ecda0 /chrome | |
parent | 4bedb792b9e955e2fcedc91b6bf762e7490e6e19 (diff) | |
download | chromium_src-620b79cee22f6376851f63989e319157f23d5556.zip chromium_src-620b79cee22f6376851f63989e319157f23d5556.tar.gz chromium_src-620b79cee22f6376851f63989e319157f23d5556.tar.bz2 |
Make all GRIT placeholders only use caps and underscores.
The translation console only knows how to handle CAPS and
underscores for placeholders. There's a check in the GRIT
code that verifies this when we generate the translation
console upload format. But we never go through this code
path when generating the .rc and .h files.
Review URL: http://codereview.chromium.org/14071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6934 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/app/generated_resources.grd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 6800e1e..3872cc0 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -2218,7 +2218,7 @@ each locale. --> </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 @@ each locale. --> 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 @@ each locale. --> 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: |