@@ -1695,7 +1695,7 @@ void QgsComposer::exportCompositionAsPDF( QgsComposer::OutputMode mode )
1695
1695
}
1696
1696
1697
1697
QProgressDialog progress ( tr ( " Rendering maps..." ), tr ( " Abort" ), 0 , atlasMap->numFeatures (), this );
1698
- progress.setWindowTitle ( tr ( " Exporting atlas " ) );
1698
+ progress.setWindowTitle ( tr ( " Exporting Atlas " ) );
1699
1699
QApplication::setOverrideCursor ( Qt::BusyCursor );
1700
1700
1701
1701
for ( int featureI = 0 ; featureI < atlasMap->numFeatures (); ++featureI )
@@ -1862,7 +1862,7 @@ void QgsComposer::printComposition( QgsComposer::OutputMode mode )
1862
1862
return ;
1863
1863
}
1864
1864
QProgressDialog progress ( tr ( " Rendering maps..." ), tr ( " Abort" ), 0 , atlasMap->numFeatures (), this );
1865
- progress.setWindowTitle ( tr ( " Exporting atlas " ) );
1865
+ progress.setWindowTitle ( tr ( " Exporting Atlas " ) );
1866
1866
1867
1867
for ( int i = 0 ; i < atlasMap->numFeatures (); ++i )
1868
1868
{
@@ -2194,7 +2194,7 @@ void QgsComposer::exportCompositionAsImage( QgsComposer::OutputMode mode )
2194
2194
}
2195
2195
2196
2196
QProgressDialog progress ( tr ( " Rendering maps..." ), tr ( " Abort" ), 0 , atlasMap->numFeatures (), this );
2197
- progress.setWindowTitle ( tr ( " Exporting atlas " ) );
2197
+ progress.setWindowTitle ( tr ( " Exporting Atlas " ) );
2198
2198
2199
2199
for ( int feature = 0 ; feature < atlasMap->numFeatures (); ++feature )
2200
2200
{
@@ -2383,7 +2383,7 @@ void QgsComposer::exportCompositionAsSVG( QgsComposer::OutputMode mode )
2383
2383
if ( displaySVGWarning )
2384
2384
{
2385
2385
QgsMessageViewer *m = new QgsMessageViewer ( this );
2386
- m->setWindowTitle ( tr ( " SVG warning " ) );
2386
+ m->setWindowTitle ( tr ( " SVG Warning " ) );
2387
2387
m->setCheckBoxText ( tr ( " Don't show this message again" ) );
2388
2388
m->setCheckBoxState ( Qt::Unchecked );
2389
2389
m->setCheckBoxVisible ( true );
@@ -2541,7 +2541,7 @@ void QgsComposer::exportCompositionAsSVG( QgsComposer::OutputMode mode )
2541
2541
}
2542
2542
}
2543
2543
QProgressDialog progress ( tr ( " Rendering maps..." ), tr ( " Abort" ), 0 , atlasMap->numFeatures (), this );
2544
- progress.setWindowTitle ( tr ( " Exporting atlas " ) );
2544
+ progress.setWindowTitle ( tr ( " Exporting Atlas " ) );
2545
2545
2546
2546
do
2547
2547
{
@@ -3429,7 +3429,7 @@ void QgsComposer::showWmsPrintingWarning()
3429
3429
if ( displayWMSWarning )
3430
3430
{
3431
3431
QgsMessageViewer *m = new QgsMessageViewer ( this );
3432
- m->setWindowTitle ( tr ( " Project contains WMS layers " ) );
3432
+ m->setWindowTitle ( tr ( " Project Contains WMS Layers " ) );
3433
3433
m->setMessage ( tr ( " Some WMS servers (e.g. UMN mapserver) have a limit for the WIDTH and HEIGHT parameter. Printing layers from such servers may exceed this limit. If this is the case, the WMS layer will not be printed" ), QgsMessageOutput::MessageText );
3434
3434
m->setCheckBoxText ( tr ( " Don't show this message again" ) );
3435
3435
m->setCheckBoxState ( Qt::Unchecked );
@@ -3444,7 +3444,7 @@ void QgsComposer::showAdvancedEffectsWarning()
3444
3444
if ( ! mComposition ->printAsRaster () )
3445
3445
{
3446
3446
QgsMessageViewer *m = new QgsMessageViewer ( this , QgsGuiUtils::ModalDialogFlags, false );
3447
- m->setWindowTitle ( tr ( " Project contains composition effects " ) );
3447
+ m->setWindowTitle ( tr ( " Project Contains Composition Effects " ) );
3448
3448
m->setMessage ( tr ( " Advanced composition effects such as blend modes or vector layer transparency are enabled in this project, which cannot be printed as vectors. Printing as a raster is recommended." ), QgsMessageOutput::MessageText );
3449
3449
m->setCheckBoxText ( tr ( " Print as raster" ) );
3450
3450
m->setCheckBoxState ( Qt::Checked );
0 commit comments