mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +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;
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Edit Template</string>
|
||||
<string>Edit template</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||||
<item>
|
||||
|
@ -162,7 +162,7 @@
|
|||
<item>
|
||||
<widget class="QLabel" name="colorpalette_label">
|
||||
<property name="text">
|
||||
<string>Color pallet</string>
|
||||
<string>Color palette</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue