Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Plugin manager][needs-docs] follow up 87d087b
  • Loading branch information
borysiasty committed Oct 25, 2017
1 parent 6297d19 commit 1c8803c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pluginmanager/qgspluginmanager.cpp
Expand Up @@ -814,7 +814,7 @@ void QgsPluginManager::showPluginDetails( QStandardItem *item )
{
html += QString( "<table bgcolor=\"#90EEE9\" cellspacing=\"2\" cellpadding=\"2\" width=\"100%\">"
" <tr><td width=\"100%\" style=\"color:#660000\"><b>%1</b></td></tr>"
"</table>" ).arg( tr( "This is a system plugin, so you can't uninstall it" ) );
"</table>" ).arg( tr( "This is a core plugin, so you can't uninstall it" ) );
}

// Now the metadata
Expand Down

0 comments on commit 1c8803c

Please sign in to comment.