Correct tooltip for notification when focused in RuneLite settings (#6695)

This commit is contained in:
Sam Beresford
2018-11-26 13:22:12 +01:00
committed by Tomas Slusny
parent c2f8d74b4e
commit 3548082489

View File

@@ -188,7 +188,7 @@ public interface RuneLiteConfig extends Config
@ConfigItem(
keyName = "notificationFocused",
name = "Send notifications when focused",
description = "Toggles idle notifications for when the client is focused",
description = "Toggles all notifications for when the client is focused",
position = 25
)
default boolean sendNotificationsWhenFocused()