Skip to content

Commit a8a3265

Browse files
author
jef
committed
fixed typo
git-svn-id: http://svn.osgeo.org/qgis/trunk@7459 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 605718a commit a8a3265

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plugins/geoprocessing/qgspggeoprocessing.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -370,10 +370,10 @@ void QgsPgGeoprocessing::buffer()
370370
tr("Buffer function requires GEOS support in PostGIS"));
371371
}
372372
} else {
373-
QMessageBox::critical(0, tr("Not a PostgreSQL/PosGIS Layer"),
373+
QMessageBox::critical(0, tr("Not a PostgreSQL/PostGIS Layer"),
374374
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"));
375+
tr(" is not a PostgreSQL/PostGIS layer.\n") +
376+
tr("Geoprocessing functions are only available for PostgreSQL/PostGIS Layers"));
377377
}
378378
} else {
379379
QMessageBox::warning(0, tr("No Active Layer"),

0 commit comments

Comments
 (0)