Style & spelling changes to printing

Signed-off-by: Tim Wootton <tim@tee-jay.org.uk>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tim Wootton 2015-09-05 00:03:13 +01:00 committed by Dirk Hohndel
parent 6a468b4d39
commit 800cfc50d6
2 changed files with 4 additions and 4 deletions

View file

@ -147,7 +147,7 @@ void PrintOptions::on_editButton_clicked()
void PrintOptions::on_importButton_clicked()
{
QString filename = QFileDialog::getOpenFileName(this, tr("Import Template file"), "",
QString filename = QFileDialog::getOpenFileName(this, tr("Import template file"), "",
tr("HTML files (*.html)"));
if (filename.isEmpty())
return;
@ -160,7 +160,7 @@ void PrintOptions::on_importButton_clicked()
void PrintOptions::on_exportButton_clicked()
{
QString filename = QFileDialog::getSaveFileName(this, tr("Export Template files as"), "",
QString filename = QFileDialog::getSaveFileName(this, tr("Export template files as"), "",
tr("HTML files (*.html)"));
if (filename.isEmpty())
return;