Skip to content

Commit

Permalink
fix: firework lock message rephrase
Browse files Browse the repository at this point in the history
Signed-off-by: Octol1ttle <[email protected]>
  • Loading branch information
Octol1ttle committed Feb 5, 2024
1 parent da2a0b9 commit c9c32fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static void setup() {
GLFW.GLFW_KEY_KP_DECIMAL, "category.flightassistant");

lockManualFireworks = new KeyBinding("key.flightassistant.lock_manual_fireworks", InputUtil.Type.KEYSYM,
GLFW.GLFW_KEY_KP_DECIMAL, "category.flightassistant");
GLFW.GLFW_KEY_KP_ENTER, "category.flightassistant");

KeyBindingHelper.registerKeyBinding(toggleDisplayMode);

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/flightassistant/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

"status.flightassistant.firework_count": "FRWK CNT: %s",
"flightassistant.mode.firework.none_in_hotbar": "NO FRWKS",
"flightassistant.mode.firework.locked": "FRWK LOCKED",
"flightassistant.mode.firework.locked": "A/FRWK ONLY",
"flightassistant.mode.firework.manual": "MAN FRWK",
"flightassistant.mode.firework.protection": "FRWK PROT",
"flightassistant.mode.firework.idle": "FRWK IDLE",
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/flightassistant/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

"status.flightassistant.firework_count": "КОЛ-ВО ФРВКОВ: %s",
"flightassistant.mode.firework.none_in_hotbar": "НЕТ ФРВКОВ",
"flightassistant.mode.firework.locked": "ФРВК ЗАБЛОК.",
"flightassistant.mode.firework.locked": "ТОЛЬКО А/ФРВК",
"flightassistant.mode.firework.manual": "РУЧН ФРВК",
"flightassistant.mode.firework.protection": "ФРВК ЗАЩИТА",
"flightassistant.mode.firework.idle": "ФРВК",
Expand Down

0 comments on commit c9c32fe

Please sign in to comment.