mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Standardise capitalization in spatialite dialog
This commit is contained in:
parent
0796df00fb
commit
f6f4518a72
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user