mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Consistent capitalisation
This commit is contained in:
parent
8cb206e0e5
commit
7584bf1310
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user