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

Unified Diff: chrome/app/generated_resources.grd

Issue 7550063: Print Preview: Handle a crashed initiator tab by showing a message in PP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 4 months 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 21a806bf5f49cd8728120ea5bf2054a9198a6847..ef96a862c62aa0851774217db927374ad0c6d7bd 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5839,6 +5839,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PRINT_PREVIEW_FAILED" desc="Message to display when print preview fails.">
Print preview failed.
</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.
dpapad 2011/08/08 22:01:58 Nit: Printing is unavailable....
kmadhusu 2011/08/10 16:46:59 Marcin gave the error msg in line #5486. This is s
+ </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.
dpapad 2011/08/08 22:01:58 Nit: same here.
kmadhusu 2011/08/10 16:46:59 Marcin gave this error message. I would like to re
</message>

Powered by Google App Engine
This is Rietveld 408576698