Skip to content

Commit

Permalink
[pluginmanager] reword link to plugin bugtracker (fix #11582)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed May 25, 2016
1 parent e5d8529 commit b5b0145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pluginmanager/qgspluginmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ void QgsPluginManager::showPluginDetails( QStandardItem * item )
}
if ( ! metadata->value( "tracker" ).isEmpty() )
{
html += QString( "<a href='%1'>%2</a> &nbsp; " ).arg( metadata->value( "tracker" ), tr( "tracker" ) );
html += QString( "<a href='%1'>%2</a> &nbsp; " ).arg( metadata->value( "tracker" ), tr( "bug_tracker" ) );
}
if ( ! metadata->value( "code_repository" ).isEmpty() )
{
Expand Down

0 comments on commit b5b0145

Please sign in to comment.