diff options
author | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-07-01 15:55:59 -0400 |
---|---|---|
committer | Aaron <51387595+AzureAaron@users.noreply.github.com> | 2023-07-01 15:55:59 -0400 |
commit | 1ab77d6b70452d969970ad3bd185d551f4b1ef97 (patch) | |
tree | 4f7ba6b103fda040ad41aeef2066b10c259a415d /src/main/resources | |
parent | e700b19b7a39cb749290f0051d72ec8bd51653e2 (diff) | |
download | Skyblocker-1ab77d6b70452d969970ad3bd185d551f4b1ef97.tar.gz Skyblocker-1ab77d6b70452d969970ad3bd185d551f4b1ef97.tar.bz2 Skyblocker-1ab77d6b70452d969970ad3bd185d551f4b1ef97.zip |
Fix translation string
Diffstat (limited to 'src/main/resources')
-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 7ec78c00..20c2c27f 100644 --- a/src/main/resources/assets/skyblocker/lang/en_us.json +++ b/src/main/resources/assets/skyblocker/lang/en_us.json @@ -39,7 +39,7 @@ "text.autoconfig.skyblocker.option.general.itemTooltip": "Item Tooltip", "text.autoconfig.skyblocker.option.general.itemTooltip.enableNPCPrice": "Enable NPC Price", "text.autoconfig.skyblocker.option.general.itemTooltip.enableMotesPrice": "Enable Motes Price", - "text.autoconfig.skyblocker.option.general.itemTooltip.enableMotesPrice.@Tooltip": "Displays the base Motes sell price of an item while in The Rift.", + "text.autoconfig.skyblocker.option.general.itemTooltip.enableMotesPrice.@Tooltip": "Displays the Motes sell price of an item while in The Rift.", "text.autoconfig.skyblocker.option.general.itemTooltip.enableAvgBIN": "Enable Avg. BIN Price", "text.autoconfig.skyblocker.option.general.itemTooltip.avg": "Average Type", "text.autoconfig.skyblocker.option.general.itemTooltip.avg.@Tooltip": "You can choose how many days of average price to be", |