diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-11-23 02:14:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 02:14:59 -0500 |
commit | 345745c285c85f8fcd2b8fa953de8296056f8054 (patch) | |
tree | b7271b546c33ae78e90446e536a66098f6806c2d /src/main/resources/assets | |
parent | cb4c7e2a2ecccb516ed4ca62eb08263d18091dbe (diff) | |
download | Skyblocker-345745c285c85f8fcd2b8fa953de8296056f8054.tar.gz Skyblocker-345745c285c85f8fcd2b8fa953de8296056f8054.tar.bz2 Skyblocker-345745c285c85f8fcd2b8fa953de8296056f8054.zip |
Enhanced Museum Cache Error Handling (#422)
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/skyblocker/lang/en_us.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/assets/skyblocker/lang/en_us.json b/src/main/resources/assets/skyblocker/lang/en_us.json index d8cba6f4..6bc04743 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -83,7 +83,7 @@ "text.autoconfig.skyblocker.option.general.itemTooltip.enableBazaarPrice": "Enable Bazaar buy/sell Price", "text.autoconfig.skyblocker.option.general.itemTooltip.enableObtainedDate": "Enable Obtained Date", "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumInfo": "Enable Museum Info", - "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumInfo.@Tooltip": "If this item is donatable to the museum, then the item's category in the musuem is displayed. It also displays a marker indicating whether you've donated that item to your musuem or not (freebies not yet supported).", + "text.autoconfig.skyblocker.option.general.itemTooltip.enableMuseumInfo.@Tooltip": "If this item is donatable to the museum, then the item's category in the musuem is displayed. It also displays a marker indicating whether you've donated that item to your musuem or not (freebies not yet supported).\n\nMake sure to enable your Museum API for accurate information!", "text.autoconfig.skyblocker.option.general.itemTooltip.enableExoticTooltip": "Enable Exotic Tooltip", "text.autoconfig.skyblocker.option.general.itemTooltip.enableExoticTooltip.@Tooltip": "Displays the type of exotic below the item's name if an armor piece is exotic.", "text.autoconfig.skyblocker.option.general.itemInfoDisplay": "Item Info Display", |