translation string fix

This commit is contained in:
Juergen E. Fischer 2019-08-07 10:27:57 +02:00
parent 0ea4dfd481
commit 65e86eb0de

View File

@ -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
{