Rename prayer tooltip option

Rename "Show Prayer Stats" to "Show Prayer Orb Tooltip".

Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
Tomas Slusny
2018-06-18 11:21:45 +02:00
parent 1682ba5289
commit ce619bbc20

View File

@@ -81,8 +81,8 @@ public interface PrayerConfig extends Config
@ConfigItem(
position = 4,
keyName = "Statistics",
name = "Show Prayer Stats",
keyName = "showPrayerTooltip",
name = "Show Prayer Orb Tooltip",
description = "Displays time remaining and prayer bonus as a tooltip on the quick-prayer icon."
)
default boolean showPrayerStatistics()