Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
small typo fix
  • Loading branch information
mach0 committed Nov 17, 2016
1 parent 1ffdadd commit aea5770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/spatialquery/qgsspatialquerydialog.cpp
Expand Up @@ -286,7 +286,7 @@ QgsSpatialQueryDialog::TypeVerifyCreateSubset QgsSpatialQueryDialog::verifyCreat
msg = tr( "Using the field \"%1\" for subset" ).arg( fieldFID );
return verifyTry;
}
msg = tr( "Sorry! Only this providers are enable: OGR, POSTGRES and SPATIALITE." );
msg = tr( "Sorry! Only this providers are enabled: OGR, POSTGRES and SPATIALITE." );

This comment has been minimized.

Copy link
@DelazJ

DelazJ Nov 17, 2016

Contributor

@mach0 also these, I think.

return verifyImpossible;
} // TypeVerifyCreateSubset QgsSpatialQueryDialog::verifyCreateSubset(QString &msg, QString &fieldFID)

Expand Down

0 comments on commit aea5770

Please sign in to comment.