Skip to content

Commit d6ad6e5

Browse files
committedMar 23, 2013
More verbose message in pg source select
1 parent 2a9d016 commit d6ad6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/providers/postgres/qgspgsourceselect.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ void QgsPgSourceSelect::on_btnConnect_clicked()
507507
// Let user know we couldn't initialise the Postgres/PostGIS provider
508508
QMessageBox::warning( this,
509509
tr( "Postgres/PostGIS Provider" ),
510-
tr( "Could not open the Postgres/PostGIS Provider" ) );
510+
tr( "Could not open the Postgres/PostGIS Provider.\nCheck message log for possible errors." ) );
511511
}
512512
}
513513

@@ -529,7 +529,7 @@ void QgsPgSourceSelect::finishList()
529529
if ( mTablesTreeView->model()->rowCount() == 0 )
530530
QMessageBox::information( this,
531531
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.\nCheck the message log for possible errors." ) );
533533

534534
}
535535

0 commit comments

Comments
 (0)
Please sign in to comment.