From 647240d16a5b90416eb63f032c0636e8dd8f6d64 Mon Sep 17 00:00:00 2001 From: Jonathan <48493132+Raieverr@users.noreply.github.com> Date: Thu, 25 Apr 2019 17:05:31 -0600 Subject: [PATCH] Change from PKLite to Runelite instructions --- .../net/runelite/client/plugins/profiles/ProfilesPanel.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java b/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java index b0d03b20ba..ecfa9fe635 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/profiles/ProfilesPanel.java @@ -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)); } -} \ No newline at end of file +}