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

Unified Diff: chrome/browser/resources/print_preview.html

Issue 7003089: Print Preview: Changing displayed error message when PDF Viewer is missing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 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/browser/resources/print_preview.html
diff --git a/chrome/browser/resources/print_preview.html b/chrome/browser/resources/print_preview.html
index e7b33e6e6c774507b5dc26648867ae0b987cc6f5..289ad0bbb1b9d6e03bd673a57c3abf16292178f5 100644
--- a/chrome/browser/resources/print_preview.html
+++ b/chrome/browser/resources/print_preview.html
@@ -119,8 +119,7 @@
</div>
<div id="error-text" class="hidden"></div>
<br>
- <button id="reopen-page" class="hidden"
- i18n-content="reopenPage"></button>
+ <button id="error-button" class="hidden"></button>
</div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698