We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42c24f commit 1d736daCopy full SHA for 1d736da
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