Skip to content

Commit a024459

Browse files
committed
Change warning message
1 parent 1694554 commit a024459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/print_widget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ void PrintWidget::exportToImage()
13181318
&& !path.endsWith(QLatin1String(".tif"), Qt::CaseInsensitive) && !path.endsWith(QLatin1String(".tiff"), Qt::CaseInsensitive) )
13191319
{
13201320
transparent_background = false;
1321-
QMessageBox::warning(this, tr("Warning"), tr("Transparent background not supported for this file format."));
1321+
QMessageBox::information(this, tr("Information"), tr("Transparent background is not supported for this file format.\nUsing a white background instead."));
13221322
}
13231323

13241324
int dots_per_meter = qRound(pixel_per_mm * 1000);

0 commit comments

Comments
 (0)