Skip to content

Commit

Permalink
Generic messagebox title
Browse files Browse the repository at this point in the history
  • Loading branch information
roya0045 authored and nyalldawson committed Mar 23, 2020
1 parent e1b5fa3 commit 24cf1ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/app/layout/qgslayoutdesignerdialog.cpp
Expand Up @@ -2653,7 +2653,7 @@ void QgsLayoutDesignerDialog::exportAtlasToRaster()

if ( !printAtlas->coverageLayer() )
{
QMessageBox::warning( this, tr( "Export Atlas as Image" ),
QMessageBox::warning( this, tr( "Export Atlas" ),
tr( "Error: No coverage layer is set." ),
QMessageBox::Ok,
QMessageBox::Ok );
Expand Down Expand Up @@ -2834,7 +2834,7 @@ void QgsLayoutDesignerDialog::exportAtlasToSvg()

if ( !printAtlas->coverageLayer() )
{
QMessageBox::warning( this, tr( "Export Atlas as Image" ),
QMessageBox::warning( this, tr( "Export Atlas" ),
tr( "Error: No coverage layer is set." ),
QMessageBox::Ok,
QMessageBox::Ok );
Expand Down Expand Up @@ -3011,7 +3011,7 @@ void QgsLayoutDesignerDialog::exportAtlasToPdf()

if ( !printAtlas->coverageLayer() )
{
QMessageBox::warning( this, tr( "Export Atlas as Image" ),
QMessageBox::warning( this, tr( "Export Atlas" ),
tr( "Error: No coverage layer is set." ),
QMessageBox::Ok,
QMessageBox::Ok );
Expand Down

0 comments on commit 24cf1ca

Please sign in to comment.