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:
@@ -120,7 +120,7 @@ public class GrandExchangePlugin extends Plugin
|
|||||||
}
|
}
|
||||||
|
|
||||||
button = NavigationButton.builder()
|
button = NavigationButton.builder()
|
||||||
.tooltip("GE Offers")
|
.tooltip("Grand Exchange")
|
||||||
.icon(icon)
|
.icon(icon)
|
||||||
.priority(3)
|
.priority(3)
|
||||||
.panel(panel)
|
.panel(panel)
|
||||||
|
|||||||
Reference in New Issue
Block a user