mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
followup e90b25b: translation fix
This commit is contained in:
parent
cb9dd24a50
commit
fb8b1f553d
@ -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>";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user