Merge pull request #809 from Desetude/fix/hiscoretext
Fixed HiscorePanel text
This commit is contained in:
@@ -434,7 +434,7 @@ public class HiscorePanel extends PluginPanel
|
|||||||
|
|
||||||
// Clear details panel
|
// Clear details panel
|
||||||
details.setFont(UIManager.getFont("Label.font").deriveFont(Font.ITALIC));
|
details.setFont(UIManager.getFont("Label.font").deriveFont(Font.ITALIC));
|
||||||
details.setText("Click a skill for details");
|
details.setText("Hover over a skill for details");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static String sanitize(String lookup)
|
private static String sanitize(String lookup)
|
||||||
|
|||||||
Reference in New Issue
Block a user