From 0a7d57a8038295a2be002089f5aa4b27fe48e456 Mon Sep 17 00:00:00 2001 From: siimav Date: Thu, 6 Feb 2025 02:35:42 +0200 Subject: [PATCH] Improve "Repair failures" btn tooltip --- Source/RP0/SpaceCenter/SpaceCenterManagement.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/RP0/SpaceCenter/SpaceCenterManagement.cs b/Source/RP0/SpaceCenter/SpaceCenterManagement.cs index ea25e9820b..8347b23e2d 100644 --- a/Source/RP0/SpaceCenter/SpaceCenterManagement.cs +++ b/Source/RP0/SpaceCenter/SpaceCenterManagement.cs @@ -1844,7 +1844,7 @@ private void RecoveryChoiceFlight() { options.Add(new DialogGUIButtonWithTooltip("Repair failures", QueueRepairFailures) { - tooltipText = "All failures will be repaired without having to leave the flight scene." + tooltipText = "Repair all failures without leaving the flight scene.\nUse the \"Space Center Management\" window to track the time this process takes." }); } }