Skip to content

Commit

Permalink
Consistent capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 5, 2017
1 parent 8cb206e commit 7584bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsgeopackagedataitems.cpp
Expand Up @@ -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 );

Expand Down

0 comments on commit 7584bf1

Please sign in to comment.