Fix grammar

This commit is contained in:
Nyall Dawson 2014-11-24 19:40:50 +11:00
parent 6365ca3d72
commit fe3e385af4

View File

@ -5156,7 +5156,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;
}