Standardise capitalization in spatialite dialog

This commit is contained in:
Nyall Dawson 2016-02-04 16:21:11 +11:00
parent 0796df00fb
commit f6f4518a72

View File

@ -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 );