From c7a5827ef1471cd990c81d9af301fc3da7c163ad Mon Sep 17 00:00:00 2001 From: Aotumuri Date: Sun, 11 Jan 2026 10:01:28 +0900 Subject: [PATCH] Clarify localized attack input (hold + click) --- resources/lang/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/en.json b/resources/lang/en.json index 4b17ff124..9c770c1d0 100644 --- a/resources/lang/en.json +++ b/resources/lang/en.json @@ -497,8 +497,8 @@ "boat_attack_desc": "Send a boat attack to the tile under your cursor.", "ground_attack": "Ground Attack", "ground_attack_desc": "Send a ground attack to the tile under your cursor.", - "local_attack": "Localized Attack (Hold)", - "local_attack_desc": "Hold to start attacks from the nearest border tile to the target.", + "local_attack": "Localized Attack (Hold + Click)", + "local_attack_desc": "Hold and attack-click to start attacks from the nearest border tile to the target.", "zoom_controls": "Zoom Controls", "zoom_out": "Zoom Out", "zoom_out_desc": "Zoom out the map",