Update Plugin Hub risk label

As discussed in issue #10997 - using dekvall's label suggestion
This commit is contained in:
Unknown
2020-04-02 14:46:39 -04:00
committed by Max Weber
parent d263e6115b
commit f2d7515ff3

View File

@@ -386,7 +386,9 @@ class PluginHubPanel extends PluginPanel
}
});
JLabel externalPluginWarning = new JLabel("<html>External plugins are not supported by the RuneLite Developers. " +
JLabel externalPluginWarning = new JLabel("<html>External plugins are verified to not be " +
"malicious or rule-breaking, but are not " +
"maintained by the RuneLite developers. " +
"They may cause bugs or instability.</html>");
externalPluginWarning.setBackground(new Color(0xFFBB33));
externalPluginWarning.setForeground(Color.BLACK);