Change from PKLite to Runelite instructions

This commit is contained in:
Jonathan
2019-04-25 17:05:31 -06:00
committed by GitHub
parent 4cc4d8a5cf
commit 647240d16a

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));
}
}
}