Skip to content

Commit 7584bf1

Browse files
committed
Consistent capitalisation
1 parent 8cb206e commit 7584bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/ogr/qgsgeopackagedataitems.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ QList<QAction *> QgsGeoPackageCollectionItem::actions( QWidget *parent )
182182
}
183183

184184
// Add table to existing DB
185-
QAction *actionAddTable = new QAction( tr( "Create a new layer or table..." ), parent );
185+
QAction *actionAddTable = new QAction( tr( "Create a New Layer or Table..." ), parent );
186186
connect( actionAddTable, &QAction::triggered, this, &QgsGeoPackageCollectionItem::addTable );
187187
lst.append( actionAddTable );
188188

0 commit comments

Comments
 (0)