@@ -59,7 +59,7 @@ QgsComposerMapGridWidget::QgsComposerMapGridWidget( QgsComposerMapGrid *mapGrid,
5959 mAnnotationFormatComboBox ->addItem ( tr ( " Degree, minute, second aligned" ), QgsComposerMapGrid::DegreeMinuteSecondPadded );
6060 mAnnotationFormatComboBox ->addItem ( tr ( " Custom" ), QgsComposerMapGrid::CustomFormat );
6161
62- mAnnotationFontColorButton ->setColorDialogTitle ( tr ( " Select font color " ) );
62+ mAnnotationFontColorButton ->setColorDialogTitle ( tr ( " Select Font Color " ) );
6363 mAnnotationFontColorButton ->setAllowOpacity ( true );
6464 mAnnotationFontColorButton ->setContext ( QStringLiteral ( " composer" ) );
6565
@@ -78,19 +78,19 @@ QgsComposerMapGridWidget::QgsComposerMapGridWidget( QgsComposerMapGrid *mapGrid,
7878 insertAnnotationDirectionEntries ( mAnnotationDirectionComboBoxTop );
7979 insertAnnotationDirectionEntries ( mAnnotationDirectionComboBoxBottom );
8080
81- mGridFramePenColorButton ->setColorDialogTitle ( tr ( " Select grid frame color " ) );
81+ mGridFramePenColorButton ->setColorDialogTitle ( tr ( " Select Grid Frame Color " ) );
8282 mGridFramePenColorButton ->setAllowOpacity ( true );
8383 mGridFramePenColorButton ->setContext ( QStringLiteral ( " composer" ) );
8484 mGridFramePenColorButton ->setNoColorString ( tr ( " Transparent frame" ) );
8585 mGridFramePenColorButton ->setShowNoColor ( true );
8686
87- mGridFrameFill1ColorButton ->setColorDialogTitle ( tr ( " Select grid frame fill color " ) );
87+ mGridFrameFill1ColorButton ->setColorDialogTitle ( tr ( " Select Grid Frame Fill Color " ) );
8888 mGridFrameFill1ColorButton ->setAllowOpacity ( true );
8989 mGridFrameFill1ColorButton ->setContext ( QStringLiteral ( " composer" ) );
9090 mGridFrameFill1ColorButton ->setNoColorString ( tr ( " Transparent fill" ) );
9191 mGridFrameFill1ColorButton ->setShowNoColor ( true );
9292
93- mGridFrameFill2ColorButton ->setColorDialogTitle ( tr ( " Select grid frame fill color " ) );
93+ mGridFrameFill2ColorButton ->setColorDialogTitle ( tr ( " Select Grid Frame Fill Color " ) );
9494 mGridFrameFill2ColorButton ->setAllowOpacity ( true );
9595 mGridFrameFill2ColorButton ->setContext ( QStringLiteral ( " composer" ) );
9696 mGridFrameFill2ColorButton ->setNoColorString ( tr ( " Transparent fill" ) );
0 commit comments