From 24bb8183e2a5642741c1621df76e52fee8e4bcc1 Mon Sep 17 00:00:00 2001 From: Micha WERLE Date: Sat, 16 Nov 2024 09:32:05 +0900 Subject: [PATCH] ui(hud): add translation for target radial key bind --- data/lang/input-core/en.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/lang/input-core/en.json b/data/lang/input-core/en.json index 128f107365..93615bf1ba 100644 --- a/data/lang/input-core/en.json +++ b/data/lang/input-core/en.json @@ -179,6 +179,10 @@ "description": "Descriptive name for the SpeedControl axis.", "message": "Set Target Speed" }, + "BIND_TARGET_RADIAL": { + "description": "Descriptive name for opening the TargetRadial popup.", + "message": "Open Target Radial Menu" + }, "BIND_TARGET_OBJECT": { "description": "Descriptive name for the TargetObject action.", "message": "Target Object"