Consistent capitalisation

This commit is contained in:
Nyall Dawson 2017-12-05 20:32:20 +10:00
parent 8cb206e0e5
commit 7584bf1310

View File

@ -182,7 +182,7 @@ QList<QAction *> QgsGeoPackageCollectionItem::actions( QWidget *parent )
}
// Add table to existing DB
QAction *actionAddTable = new QAction( tr( "Create a new layer or table..." ), parent );
QAction *actionAddTable = new QAction( tr( "Create a New Layer or Table..." ), parent );
connect( actionAddTable, &QAction::triggered, this, &QgsGeoPackageCollectionItem::addTable );
lst.append( actionAddTable );