Index: chrome/browser/dom_ui/print_preview_ui.cc |
=================================================================== |
--- chrome/browser/dom_ui/print_preview_ui.cc (revision 68335) |
+++ chrome/browser/dom_ui/print_preview_ui.cc (working copy) |
@@ -31,6 +31,8 @@ |
l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_TITLE)); |
localized_strings->SetString(std::string("loading"), |
l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_LOADING)); |
+ localized_strings->SetString(std::string("noPlugin"), |
+ l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_NO_PLUGIN)); |
localized_strings->SetString(std::string("noPrinter"), |
l10n_util::GetStringUTF8(IDS_PRINT_PREVIEW_NO_PRINTER)); |