diff options
author | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 18:16:54 +0000 |
---|---|---|
committer | gspencer@chromium.org <gspencer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 18:16:54 +0000 |
commit | 2f86595354652700034e0aa8a75b90c54bf1cc2a (patch) | |
tree | ac5892795daa680e050ebcb158204a2ec889ad18 | |
parent | 51f6caaa98a06e5cb5e90aa0e9c1f0164a7ad7c1 (diff) | |
download | chromium_src-2f86595354652700034e0aa8a75b90c54bf1cc2a.zip chromium_src-2f86595354652700034e0aa8a75b90c54bf1cc2a.tar.gz chromium_src-2f86595354652700034e0aa8a75b90c54bf1cc2a.tar.bz2 |
This fixes the wording on the killed tab.
BUG=72024
TEST=ran with new resources, killed a tab and read new wording.
Review URL: http://codereview.chromium.org/6603025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76933 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index b213e26..f272f03 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6678,7 +6678,7 @@ Keep your key file in a safe place. You will need it to create new versions of y He's Dead, Jim! </message> <message name="IDS_KILLED_TAB_MESSAGE" desc="The message displayed on the killed tab page."> -This web page was killed, either because Chrome ran out of memory, or you chose to end the process. To continue, reload or go to another page. + Either Chrome ran out of memory or the process for the webpage was terminated for some other reason. To continue, reload or go to another page. </message> <!-- Default Browser related messages --> |