Index: plugins/geoprocessing/qgspggeoprocessing.cpp =================================================================== --- plugins/geoprocessing/qgspggeoprocessing.cpp (revisiĆ³n: 7676) +++ plugins/geoprocessing/qgspggeoprocessing.cpp (copia de trabajo) @@ -349,8 +349,8 @@ } else { QMessageBox::critical(0, tr("Not a PostgreSQL/PostGIS Layer"), QString("%1").arg(lyr->name()) + - tr(" is not a PostgreSQL/PostGIS layer.\n") + - tr("Geoprocessing functions are only available for PostgreSQL/PostGIS Layers")); + tr(" is not a PostgreSQL/PostGIS layer. ") + + tr("Geoprocessing functions are only available for PostgreSQL/PostGIS Layers.")); } } else { QMessageBox::warning(0, tr("No Active Layer"),