We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 605718a commit a8a3265Copy full SHA for a8a3265
src/plugins/geoprocessing/qgspggeoprocessing.cpp
@@ -370,10 +370,10 @@ void QgsPgGeoprocessing::buffer()
370
tr("Buffer function requires GEOS support in PostGIS"));
371
}
372
} else {
373
- QMessageBox::critical(0, tr("Not a PostgreSQL/PosGIS Layer"),
+ QMessageBox::critical(0, tr("Not a PostgreSQL/PostGIS Layer"),
374
QString("%1").arg(lyr->name()) +
375
- tr(" is not a PostgreSQL/PosGIS layer.\n") +
376
- tr("Geoprocessing functions are only available for PostgreSQL/PosGIS Layers"));
+ tr(" is not a PostgreSQL/PostGIS layer.\n") +
+ tr("Geoprocessing functions are only available for PostgreSQL/PostGIS Layers"));
377
378
379
QMessageBox::warning(0, tr("No Active Layer"),
0 commit comments