Change 'username' to 'player name' in usernameInTitle

This commit is contained in:
Lotto
2018-10-18 23:43:55 +02:00
parent d9eb92db50
commit 2b5920d36b

View File

@@ -121,8 +121,8 @@ public interface RuneLiteConfig extends Config
@ConfigItem(
keyName = "usernameInTitle",
name = "Display username in title",
description = "Toggles displaying of username in client title",
name = "Show display name in title",
description = "Toggles displaying of local player's display name in client title",
position = 18
)
default boolean usernameInTitle()