diff options
author | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-04 00:43:12 +0000 |
---|---|---|
committer | erg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-04 00:43:12 +0000 |
commit | dbc9a6f44f68500fd1c8d2450ce800f042e69815 (patch) | |
tree | 1a45038c1fa39efcdb20afdacecaa4d141020318 /chrome/app | |
parent | 24e4533e027c5fccf6c79966f73f67405ad5318d (diff) | |
download | chromium_src-dbc9a6f44f68500fd1c8d2450ce800f042e69815.zip chromium_src-dbc9a6f44f68500fd1c8d2450ce800f042e69815.tar.gz chromium_src-dbc9a6f44f68500fd1c8d2450ce800f042e69815.tar.bz2 |
Localize the 11th hour popup window hack. Right before release, we made a change to the behaviour of constrained windows, where we hard coded English strings. Localize this now...
Review URL: http://codereview.chromium.org/427
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1702 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 568beca..a5ed6e5 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3112,6 +3112,11 @@ each locale. --> <message name="IDS_SCRIPT_TIMEOUT_DIALOG_CONTINUE_SCRIPT_BUTTON" desc="Text for the button which continues to run the script and resets the timeout."> Continue </message> + + <!-- Constrained Window --> + <message name="IDS_BLOCKED_POPUP" desc="Text on a blocked popup's window titlebar."> + Blocked Pop-up + </message> </messages> </release> </grit> |