followup e90b25b: translation fix

This commit is contained in:
nirvn 2019-09-25 16:34:47 +07:00
parent cb9dd24a50
commit fb8b1f553d

View File

@ -4727,7 +4727,7 @@ void QgisApp::about()
#ifdef WITH_BINDINGS
if ( mPythonUtils && mPythonUtils->isEnabled() )
{
versionString += tr( "</tr><tr><td>Active python plugins</td><td colspan=3>" );
versionString += "</tr><tr><td>" + tr( "Active python plugins" ) + "</td><td colspan=3>";
const QStringList activePlugins = mPythonUtils->listActivePlugins();
versionString += activePlugins.join( "; <br>" ) + "</td>";
}