From de869b842f950a3adc1b952058b6eaee65d9e940 Mon Sep 17 00:00:00 2001 From: Ambroise Garel <47314805+akaAgar@users.noreply.github.com> Date: Fri, 25 Jul 2025 19:43:09 +0200 Subject: [PATCH] Improved wording on wingman menu --- Script/The Universal Mission/WingmenMenu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script/The Universal Mission/WingmenMenu.lua b/Script/The Universal Mission/WingmenMenu.lua index 116a2df..d4f6e85 100644 --- a/Script/The Universal Mission/WingmenMenu.lua +++ b/Script/The Universal Mission/WingmenMenu.lua @@ -67,8 +67,8 @@ do missionCommands.addCommand("Ground targets", engagePath, radioCommandEngage, { attributes = {"Tanks", "Trucks", "Artillery", "IFV", "APC"}, category = Group.Category.GROUND, radioMessageSuffix = "Ground" }) missionCommands.addCommand("Ships", engagePath, radioCommandEngage, { attributes = nil, category = Group.Category.SHIP, radioMessageSuffix = "Ships" }) - missionCommands.addCommand("Any contacts?", rootPath, radioCommandReportContacts, nil) - missionCommands.addCommand("Status report", rootPath, radioCommandReportStatus, nil) + missionCommands.addCommand("Report contacts", rootPath, radioCommandReportContacts, nil) + missionCommands.addCommand("Status", rootPath, radioCommandReportStatus, nil) missionCommands.addCommand("Go to map marker "..TUM.wingmenTasking.DEFAULT_MARKER_TEXT:upper(), rootPath, radioCommandGoToMapMarker, nil) missionCommands.addCommand("Hold", rootPath, radioCommandOrbit, nil) missionCommands.addCommand("Rejoin", rootPath, radioCommandRejoin, nil)