Merge pull request #121 from Raieverr/master

Plugin Organization
This commit is contained in:
James
2019-04-25 16:20:45 -07:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ import javax.inject.Inject;
@PluginDescriptor(
name = "Location Chatter",
tags = {"location", "exilent", "pklite", "spammer"},
type = PluginType.UTILITY
type = PluginType.PVP
)
public class LocationChatterPlugin extends Plugin
{

View File

@@ -71,7 +71,7 @@ class ProfilesPanel extends PluginPanel
private static final String PASSWORD_LABEL = "Account Password";
private static final String HELP = "To add and load accounts, first enter a password into the Encryption Password " +
"field then press Load Accounts. You can now add as many accounts as you would like. The next time you restart" +
" PKLite, enter your encryption password and click load accounts to see the accounts you entered";
" Runelite, enter your encryption password and click load accounts to see the accounts you entered";
private static final Dimension PREFERRED_SIZE = new Dimension(PluginPanel.PANEL_WIDTH - 20, 30);
private static final Dimension HELP_PREFERRED_SIZE = new Dimension(PluginPanel.PANEL_WIDTH - 20, 130);
@@ -574,4 +574,4 @@ class ProfilesPanel extends PluginPanel
JOptionPane.ERROR_MESSAGE));
}
}
}