mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Capitalization
This commit is contained in:
parent
774e7341bb
commit
517b50c66d
Binary file not shown.
@ -194,7 +194,7 @@ QList<QAction *> QgsGeoPackageCollectionItem::actions( QWidget *parent )
|
||||
lst.append( actionAddTable );
|
||||
|
||||
// Run VACUUM
|
||||
QAction *actionVacuumDb = new QAction( tr( "Compact database (VACUUM)" ), parent );
|
||||
QAction *actionVacuumDb = new QAction( tr( "Compact Database (VACUUM)" ), parent );
|
||||
connect( actionVacuumDb, &QAction::triggered, this, &QgsGeoPackageConnectionItem::vacuumGeoPackageDbAction );
|
||||
lst.append( actionVacuumDb );
|
||||
|
||||
@ -377,7 +377,7 @@ QList<QAction *> QgsGeoPackageConnectionItem::actions( QWidget *parent )
|
||||
lst.append( actionAddTable );
|
||||
|
||||
// Run VACUUM
|
||||
QAction *actionVacuumDb = new QAction( tr( "Compact database (VACUUM)" ), parent );
|
||||
QAction *actionVacuumDb = new QAction( tr( "Compact Database (VACUUM)" ), parent );
|
||||
connect( actionVacuumDb, &QAction::triggered, this, &QgsGeoPackageConnectionItem::vacuumGeoPackageDbAction );
|
||||
lst.append( actionVacuumDb );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user