mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
translation string fix
This commit is contained in:
parent
0ea4dfd481
commit
65e86eb0de
@ -209,7 +209,7 @@ void QgsPgNewConnection::testConnection()
|
||||
if ( conn->pgVersion() < 90500 )
|
||||
{
|
||||
cb_projectsInDatabase->setEnabled( false );
|
||||
cb_projectsInDatabase->setToolTip( tr( "Saving projects in databases not available for Postgres databases earlier than 9.5" ) );
|
||||
cb_projectsInDatabase->setToolTip( tr( "Saving projects in databases not available for PostgreSQL databases earlier than 9.5" ) );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user