Skip to content

Commit

Permalink
Standardise capitalization in spatialite dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 4, 2016
1 parent 0796df0 commit f6f4518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/spatialite/qgsspatialitesourceselect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ QgsSpatiaLiteSourceSelect::QgsSpatiaLiteSourceSelect( QWidget * parent, Qt::Wind
btnSave->hide();
btnLoad->hide();

mStatsButton = new QPushButton( tr( "&Update statistics" ) );
mStatsButton = new QPushButton( tr( "&Update Statistics" ) );
connect( mStatsButton, SIGNAL( clicked() ), this, SLOT( updateStatistics() ) );
mStatsButton->setEnabled( false );

Expand Down

0 comments on commit f6f4518

Please sign in to comment.