diff options
author | Cow <cow@volloeko.de> | 2021-08-13 12:37:01 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-08-13 12:37:01 +0200 |
commit | 5d0f73951abb44badfd158ffedf0835aa7ba5a8a (patch) | |
tree | 683354968c61d35263398d137d8e65381d9f665b /src/main/resources/assets/cowlection/lang/en_US.lang | |
parent | 141a45a8d23237bf23b3b7a14d447440a40e71ea (diff) | |
download | Cowlection-5d0f73951abb44badfd158ffedf0835aa7ba5a8a.tar.gz Cowlection-5d0f73951abb44badfd158ffedf0835aa7ba5a8a.tar.bz2 Cowlection-5d0f73951abb44badfd158ffedf0835aa7ba5a8a.zip |
Implemented feedback on 0.14.0-beta1
- Added info when no client commands are detected for a mod
- Added button to jump from Party Finder Rules Editor to other Party Finder config
- Added tooltip to search config field
- Added thousands separator to dungeons secrets
- Fixed /r -> /w stash
- Fixed flickering caused by tooltips
Diffstat (limited to 'src/main/resources/assets/cowlection/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 2c6480b..04ca274 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -144,7 +144,7 @@ cowlection.config.gotoPartyFinderRulesEditor=Open Party Finder Notes Rules Edito cowlection.config.gotoPartyFinderRulesEditor.tooltip=Add and edit additional rules to mark Dungeon parties based on their Party notes cowlection.config.dungPartyFinderRuleEditorSimplified=Use simplified Party Finder Notes Rules Editor cowlection.config.dungPartyFinderRuleEditorSimplified.tooltip=Use the simplified variant? Only deactivate this if you know what Regular Expressions are and how to use them! -cowlection.config.dungPartyFinderRuleEditorShowOpenButton=Show '§8Rule editor ↗§r' button in Party Finder? +cowlection.config.dungPartyFinderRuleEditorShowOpenButton=Show '§7Rule editor ↗§r' button in Party Finder? cowlection.config.dungPartyFinderRuleEditorShowOpenButton.tooltip=If enabled, displays a button to open the Rules editor from the Dungeon Party Finder cowlection.config.dungSendWrongFloorWarning=Warn if queued & entered floor are different cowlection.config.dungSendWrongFloorWarning.tooltip=Send a warning when entering a dungeons floor which is different from the originally queued floor? |