We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 60f460f commit 10a51f6Copy full SHA for 10a51f6
src/providers/oracle/qgsoraclenewconnection.cpp
@@ -157,7 +157,7 @@ void QgsOracleNewConnection::on_btnConnect_clicked()
157
{
158
QMessageBox::information( this,
159
tr( "Test connection" ),
160
- tr( "Connection failed - Check settings and try again.\n\n" ) );
+ tr( "Connection failed - consult message log for details.\n\n" ) );
161
}
162
163
src/providers/postgres/qgspgnewconnection.cpp
@@ -197,6 +197,6 @@ void QgsPgNewConnection::testConnection()
197
198
199
200
201
202
0 commit comments