Merge pull request #1341 from tomcylke/WHILST

WHILST
This commit is contained in:
Owain van Brakel
2019-08-15 11:14:24 +02:00
committed by GitHub

View File

@@ -80,7 +80,7 @@ public class MessagePanel extends JPanel
c.gridy++;
// alternate message action
messageArea = new JLabel("<html><div style='text-align:center;'>Fork of RuneLite that provides more functionality and less restrictions while staying open source.</div></html>")
messageArea = new JLabel("<html><div style='text-align:center;'>Fork of RuneLite that provides more functionality and less restrictions whilst staying open source.</div></html>")
{
@Override
public Dimension getPreferredSize()