Improved wording on "all XP will be lost" mission abort warning

This commit is contained in:
Ambroise Garel 2025-07-22 19:43:52 +02:00
parent 65cfe4f4bc
commit 08e34a1b93

View File

@ -54,7 +54,7 @@ do
local abortRoot = missionCommands.addSubMenu("⬣ Abort mission")
if not TUM.settings.getValue(TUM.settings.id.MULTIPLAYER) and DCSEx.io.canReadAndWrite() then
missionCommands.addCommand("✓ Confirm (all xp will be lost!)", abortRoot, doCommandAbortMission, nil)
missionCommands.addCommand("✓ Confirm (all xp since last landing will be lost!)", abortRoot, doCommandAbortMission, nil)
else
missionCommands.addCommand("✓ Confirm", abortRoot, doCommandAbortMission, nil)
end