diff options
author | silas <silas.kinnear@gmail.com> | 2025-06-14 02:32:44 -0700 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2025-06-14 14:17:31 +0200 |
commit | c735a5689f9be2f9c3f73694e4dc50381e3cfb57 (patch) | |
tree | dba54cd1e884da8678ec14f3148f0c9212c9c421 | |
parent | cb2bad30336d66582ac098da95112ac214b9bfa8 (diff) | |
download | Firmament-c735a5689f9be2f9c3f73694e4dc50381e3cfb57.tar.gz Firmament-c735a5689f9be2f9c3f73694e4dc50381e3cfb57.tar.bz2 Firmament-c735a5689f9be2f9c3f73694e4dc50381e3cfb57.zip |
fix: capitalization in gui
-rw-r--r-- | translations/en_us.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/translations/en_us.json b/translations/en_us.json index 5e970f1..ec126f9 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -133,7 +133,7 @@ "firmament.config.fixes.peek-chat.description": "Hold this keybinding to view the chat as if you have it opened, but while still being able to control your character.", "firmament.config.fixes.player-skins": "Fix unsigned Player Skins", "firmament.config.fixes.player-skins.description": "Mark all player skins as signed, preventing console spam, and some rendering issues.", - "firmament.config.inventory-buttons": "Inventory buttons", + "firmament.config.inventory-buttons": "Inventory Buttons", "firmament.config.inventory-buttons.hover-text": "Hover Tooltip", "firmament.config.inventory-buttons.hover-text.description": "Hovering over inventory buttons will show the command they run.", "firmament.config.inventory-buttons.open-editor": "Open Editor", @@ -207,7 +207,7 @@ "firmament.config.power-user.entity-data.description": "Print out information about the entity under your cross-hair.", "firmament.config.power-user.show-item-id": "Show SkyBlock Ids", "firmament.config.power-user.show-item-id.description": "Show the SkyBlock id of items underneath them.", - "firmament.config.price-data": "Price data", + "firmament.config.price-data": "Price Data", "firmament.config.price-data.avg-lowest-bin-days": "AVG Lowest Bin Days", "firmament.config.price-data.avg-lowest-bin-days.choice.off": "Off", "firmament.config.price-data.avg-lowest-bin-days.choice.onedayavglowestbin": "1 Day", |