Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7459 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Nov 18, 2007
1 parent c322fd7 commit e729125
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/plugins/geoprocessing/qgspggeoprocessing.cpp
Expand Up @@ -370,10 +370,10 @@ void QgsPgGeoprocessing::buffer()
tr("Buffer function requires GEOS support in PostGIS"));
}
} else {
QMessageBox::critical(0, tr("Not a PostgreSQL/PosGIS Layer"),
QMessageBox::critical(0, tr("Not a PostgreSQL/PostGIS Layer"),
QString("%1").arg(lyr->name()) +
tr(" is not a PostgreSQL/PosGIS layer.\n") +
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"));
}
} else {
QMessageBox::warning(0, tr("No Active Layer"),
Expand Down

0 comments on commit e729125

Please sign in to comment.