Skip to content

Commit

Permalink
Update src/providers/ogr/qgsgeopackagedataitems.cpp
Browse files Browse the repository at this point in the history
Co-Authored-By: signedav <david@opengis.ch>
  • Loading branch information
nyalldawson and signedav committed Jan 9, 2019
1 parent 1320456 commit 2213be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/ogr/qgsgeopackagedataitems.cpp
Expand Up @@ -537,7 +537,7 @@ bool QgsGeoPackageAbstractLayerItem::deleteLayer()
}
else
{
QMessageBox::information( nullptr, tr( "Delete Layer" ), tr( "The layer <b>%1</b> was deleted successfully." ).arg( mName ) );
QMessageBox::information( nullptr, tr( "Delete Layer" ), tr( "The layer <b>%1</b> was successfully deleted." ).arg( mName ) );
}
if ( mParent )
mParent->refreshConnections();
Expand Down

0 comments on commit 2213be5

Please sign in to comment.