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.
2 parents d42c24f + 1d736da commit a6a6177Copy full SHA for a6a6177
src/app/pluginmanager/qgspluginmanager.cpp
@@ -800,7 +800,7 @@ void QgsPluginManager::showPluginDetails( QStandardItem * item )
800
}
801
if ( ! metadata->value( "code_repository" ).isEmpty() )
802
{
803
- html += QString( "<a href='%1'>%2</a>" ).arg( metadata->value( "code_repository" ) ).arg( tr( "code_ repository" ) );
+ html += QString( "<a href='%1'>%2</a>" ).arg( metadata->value( "code_repository" ) ).arg( tr( "code_repository" ) );
804
805
html += "<br/>";
806
0 commit comments