File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ void QgsPgSourceSelect::on_btnConnect_clicked()
507
507
// Let user know we couldn't initialise the Postgres/PostGIS provider
508
508
QMessageBox::warning ( this ,
509
509
tr ( " Postgres/PostGIS Provider" ),
510
- tr ( " Could not open the Postgres/PostGIS Provider" ) );
510
+ tr ( " Could not open the Postgres/PostGIS Provider. \n Check message log for possible errors. " ) );
511
511
}
512
512
}
513
513
@@ -529,7 +529,7 @@ void QgsPgSourceSelect::finishList()
529
529
if ( mTablesTreeView ->model ()->rowCount () == 0 )
530
530
QMessageBox::information ( this ,
531
531
tr ( " Postgres/PostGIS Provider" ),
532
- tr ( " No accessible tables or views found. Check the message log for possible errors." ) );
532
+ tr ( " No accessible tables or views found.\n Check the message log for possible errors." ) );
533
533
534
534
}
535
535
You can’t perform that action at this time.
0 commit comments