WHILST
This commit is contained in:
Thomas Cylke
2019-08-15 05:01:07 -04:00
parent 2d654f9839
commit 2407348342

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()