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

Unified Diff: chrome/app/generated_resources.grd

Issue 7792085: Print Preview: Handling pending print to pdf requests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updating unit test, adding comments Created 9 years, 3 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 fdd172c3d33d5a7b2457f08e5c9da0ce7d3d8ba2..863028798a20c4ec7cbd66546c682bb8cd16101f 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -6038,6 +6038,9 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PRINT_PREVIEW_PRINTING" desc="Text shown after the user clicks on the print button and before the print preview tab is closed to let him know that printing is in progress.">
Printing...
</message>
+ <message name="IDS_PRINT_PREVIEW_PRINTING_TO_PDF_IN_PROGRESS" desc="Text shown after the user clicks on the print button while Print To PDF is selected, but the PDF file is not ready yet.">
+ Printing to PDF in progress
kmadhusu 2011/09/07 20:42:57 Printing to PDF in progress...
vandebo (ex-Chrome) 2011/09/07 21:38:19 Are you supposed to send new strings for UI review
dpapad 2011/09/07 23:42:39 The dots are added in code (because they are being
dpapad 2011/09/07 23:42:39 The UI behavior affected by this CL in general has
+ </message>
<message name="IDS_PRINT_PREVIEW_CANCEL_BUTTON" desc="Cancel button.">
Cancel
</message>

Powered by Google App Engine
This is Rietveld 408576698