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()
|
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)"));
|
tr("HTML files (*.html)"));
|
||||||
if (filename.isEmpty())
|
if (filename.isEmpty())
|
||||||
return;
|
return;
|
||||||
|
@ -160,7 +160,7 @@ void PrintOptions::on_importButton_clicked()
|
||||||
|
|
||||||
void PrintOptions::on_exportButton_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)"));
|
tr("HTML files (*.html)"));
|
||||||
if (filename.isEmpty())
|
if (filename.isEmpty())
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Edit Template</string>
|
<string>Edit template</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_8">
|
<layout class="QVBoxLayout" name="verticalLayout_8">
|
||||||
<item>
|
<item>
|
||||||
|
@ -162,7 +162,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="colorpalette_label">
|
<widget class="QLabel" name="colorpalette_label">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Color pallet</string>
|
<string>Color palette</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|
Loading…
Add table
Reference in a new issue