mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
6a468b4d39
commit
800cfc50d6
2 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue