Skip to content

Commit

Permalink
Improve "Repair failures" btn tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Feb 6, 2025
1 parent 606456f commit 0a7d57a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/RP0/SpaceCenter/SpaceCenterManagement.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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."
});
}
}
Expand Down

0 comments on commit 0a7d57a

Please sign in to comment.