Update tooltip for Grand Exchange Panel Icon to "Grand Exchange" (#3618)

As the panel do not contains only offers but also search now, the original tooltip was misleading.
This commit is contained in:
Lars
2018-06-04 17:02:26 +02:00
committed by Tomas Slusny
parent a67bec7943
commit bdb2ceaf5b

View File

@@ -120,7 +120,7 @@ public class GrandExchangePlugin extends Plugin
}
button = NavigationButton.builder()
.tooltip("GE Offers")
.tooltip("Grand Exchange")
.icon(icon)
.priority(3)
.panel(panel)