diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 09:12:03 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 09:12:03 +0000 |
commit | c2e71d2e86657cad334fb2d778c3756878d1359b (patch) | |
tree | eb1e22e064c20618780a6afedbe333d52862a724 /chrome/app | |
parent | 29cd97871e733952ab4e05b5d9d7ea79d3a339d9 (diff) | |
download | chromium_src-c2e71d2e86657cad334fb2d778c3756878d1359b.zip chromium_src-c2e71d2e86657cad334fb2d778c3756878d1359b.tar.gz chromium_src-c2e71d2e86657cad334fb2d778c3756878d1359b.tar.bz2 |
Revert 110056 - Print Preview: Make print preview tab modal.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8136027
TBR=thestig@chromium.org
Review URL: http://codereview.chromium.org/8564044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110059 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 6b7bf1c..5d1935c 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6318,6 +6318,15 @@ Keep your key file in a safe place. You will need it to create new versions of y <message name="IDS_PRINT_PREVIEW_INVALID_PRINTER_SETTINGS" desc="Message to display when selected printer is not reachable or its settings are invalid."> The selected printer is not available or not installed correctly. Check your printer or try selecting another printer. </message> + <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CRASHED" desc="Error message displayed when print preview fails because the tab that initiated the print preview crashed."> + Print is unavailable because the page you were trying to print has crashed. + </message> + <message name="IDS_PRINT_PREVIEW_INITIATOR_TAB_CLOSED" desc="Error message displayed when print preview fails because the user closed the tab that initiated the print preview."> + Print is unavailable because the page you were trying to print has been closed. + </message> + <message name="IDS_PRINT_PREVIEW_REOPEN_PAGE" desc="Text for button displayed when print preview fails because the user closed the tab that initiated the print preview. Clicking the button reopens the page that was closed."> + Reopen the page + </message> <message name="IDS_PRINT_PREVIEW_PRINT_BUTTON" desc="Print button."> Print </message> |