diff --git a/src/providers/ogr/qgsgeopackagedataitems.cpp b/src/providers/ogr/qgsgeopackagedataitems.cpp index 9367ba7fb3f..cb6652b0037 100644 --- a/src/providers/ogr/qgsgeopackagedataitems.cpp +++ b/src/providers/ogr/qgsgeopackagedataitems.cpp @@ -182,7 +182,7 @@ QList 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 );