Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix grammar
  • Loading branch information
nyalldawson committed Nov 24, 2014
1 parent f250a12 commit d652114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -5193,7 +5193,7 @@ void QgisApp::deleteSelected( QgsMapLayer *layer, QWidget* parent, bool promptCo
if ( numberOfDeletedFeatures == 0 )
{
messageBar()->pushMessage( tr( "No Features Selected" ),
tr( "The current layer has not selected features" ),
tr( "The current layer has no selected features" ),
QgsMessageBar::INFO, messageTimeout() );
return;
}
Expand Down

0 comments on commit d652114

Please sign in to comment.