diff --git a/Source/RP0/Avionics/ModuleAvionics.cs b/Source/RP0/Avionics/ModuleAvionics.cs index 59e73741e1..ff2b7db6bb 100644 --- a/Source/RP0/Avionics/ModuleAvionics.cs +++ b/Source/RP0/Avionics/ModuleAvionics.cs @@ -359,7 +359,7 @@ public void KillEvent() new DialogGUIButton("Yes", () => KillAction(null)), new DialogGUIButton("No", () => {}) }; - var dialog = new MultiOptionDialog("ConfirmDisableAvionics", "Are you sure you want to permanently disable the avionics unit? Doing this will prevent avionics from consuming power but it will no longer provide any control either. Note that disabling the last avionics unit on the vessel will also disable all communications.", "Disable Avionics", HighLogic.UISkin, 300, options); + var dialog = new MultiOptionDialog("ConfirmDisableAvionics", "Are you sure you want to permanently disable the avionics unit? Doing this will prevent avionics from consuming power but it will no longer provide any control nor use its internal antenna. Note that disabling the last avionics unit on the vessel will also disable all antennas. (internal and external, ingoing and outgoing)", "Disable Avionics", HighLogic.UISkin, 300, options); PopupDialog.SpawnPopupDialog(dialog, true, HighLogic.UISkin); }