Skip to content

Commit

Permalink
Merge branch 'pluginmanager-fix-strings'
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed May 26, 2016
2 parents eb275ea + b5b0145 commit 942e469
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 942e469

Please sign in to comment.