From fc4874d1e353e2f5f8c91ebf8a6584b3e70c9f9c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 7 Jun 2025 23:46:31 +0200 Subject: fix: ordered translations --- translations/en_us.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/en_us.json b/translations/en_us.json index 924836c..2f392de 100644 --- a/translations/en_us.json +++ b/translations/en_us.json @@ -204,11 +204,11 @@ "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.avg-lowest-bin-days": "AVG Lowest Bin Days", - "firmament.config.price-data.avg-lowest-bin-days.description": "Select if and for how long the AVG Lowest BIN should show.", "firmament.config.price-data.avg-lowest-bin-days.choice.off": "Off", "firmament.config.price-data.avg-lowest-bin-days.choice.onedayavglowestbin": "1 Day", - "firmament.config.price-data.avg-lowest-bin-days.choice.threedayavglowestbin": "3 Days", "firmament.config.price-data.avg-lowest-bin-days.choice.sevendayavglowestbin": "7 Days", + "firmament.config.price-data.avg-lowest-bin-days.choice.threedayavglowestbin": "3 Days", + "firmament.config.price-data.avg-lowest-bin-days.description": "Select if and for how long the AVG Lowest BIN should show.", "firmament.config.price-data.enable-always": "Enable Item Price", "firmament.config.price-data.enable-always.description": "Show item auction/bazaar prices on SkyBlock items", "firmament.config.price-data.enable-keybind": "Enable only with Keybinding", -- cgit