diff options
author | Cow <cow@volloeko.de> | 2020-06-23 23:33:30 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2020-06-23 23:33:30 +0200 |
commit | 4570bbdc873f2c3b0905ca936226118b9a88a7b5 (patch) | |
tree | fa302c044a60436bd7adea3cea2bc5daeba19275 /src/main/resources/assets/cowmoonication | |
parent | 77735fd8edacd9dc996db8de424f5ee7c73dff77 (diff) | |
download | Cowlection-4570bbdc873f2c3b0905ca936226118b9a88a7b5.tar.gz Cowlection-4570bbdc873f2c3b0905ca936226118b9a88a7b5.tar.bz2 Cowlection-4570bbdc873f2c3b0905ca936226118b9a88a7b5.zip |
Enhanced auctions' tooltips: price per item
Diffstat (limited to 'src/main/resources/assets/cowmoonication')
-rw-r--r-- | src/main/resources/assets/cowmoonication/lang/en_US.lang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/cowmoonication/lang/en_US.lang b/src/main/resources/assets/cowmoonication/lang/en_US.lang index b4abb56..3c861fd 100644 --- a/src/main/resources/assets/cowmoonication/lang/en_US.lang +++ b/src/main/resources/assets/cowmoonication/lang/en_US.lang @@ -6,6 +6,8 @@ cowmoonication.config.showFriendNotifications=Show friend notifications cowmoonication.config.showFriendNotifications.tooltip=Set to true to receive friends' login/logout messages, set to false hide them. cowmoonication.config.showGuildNotifications=Show guild notifications cowmoonication.config.showGuildNotifications.tooltip=Set to true to receive guild members' login/logout messages, set to false hide them. +cowmoonication.config.showAdvancedTooltips=Show advanced tooltips +cowmoonication.config.showAdvancedTooltips.tooltip=Set to true to show advanced tooltips, set to false show default tooltips. cowmoonication.config.numeralSystem=Numeral system cowmoonication.config.numeralSystem.tooltip=Use Roman or Arabic numeral system? cowmoonication.config.tabCompletableNamesCommands=Commands with Tab-completable usernames |