Skip to content

Commit f6f4518

Browse files
committedFeb 4, 2016
Standardise capitalization in spatialite dialog
1 parent 0796df0 commit f6f4518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/spatialite/qgsspatialitesourceselect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ QgsSpatiaLiteSourceSelect::QgsSpatiaLiteSourceSelect( QWidget * parent, Qt::Wind
5454
btnSave->hide();
5555
btnLoad->hide();
5656

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

0 commit comments

Comments
 (0)
Please sign in to comment.