diff --git a/src/app/qupzilla.cpp b/src/app/qupzilla.cpp index 06b988e13..91885cfdf 100644 --- a/src/app/qupzilla.cpp +++ b/src/app/qupzilla.cpp @@ -1444,6 +1444,7 @@ void QupZilla::sendLink() void QupZilla::printPage(QWebFrame* frame) { QPrintPreviewDialog* dialog = new QPrintPreviewDialog(this); + dialog->setWindowTitle(tr("Print...")); dialog->resize(800, 750); if (!frame) {