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
Gustry and signedav committed Jan 8, 2019
1 parent 3bd2843 commit 1585ab4
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> has been deleted successfully." ).arg( mName ) );
QMessageBox::information( nullptr, tr( "Delete Layer" ), tr( "The layer <b>%1</b> has been deleted successfully." ).arg( mName ) );
}
if ( mParent )
mParent->refreshConnections();
Expand Down

0 comments on commit 1585ab4

Please sign in to comment.