Skip to content

Commit

Permalink
Merge pull request runelite#121 from Raieverr/master
Browse files Browse the repository at this point in the history
Plugin Organization
  • Loading branch information
f0rmatme authored Apr 25, 2019
2 parents 8608c45 + c027295 commit 4bdd027
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
@PluginDescriptor(
name = "Location Chatter",
tags = {"location", "exilent", "pklite", "spammer"},
type = PluginType.UTILITY
type = PluginType.PVP
)
public class LocationChatterPlugin extends Plugin
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -574,4 +574,4 @@ public static void showErrorMessage(String title, String text)
JOptionPane.ERROR_MESSAGE));
}

}
}

0 comments on commit 4bdd027

Please sign in to comment.