From a13333b96526eede621012ad55ecbee86bde1cad Mon Sep 17 00:00:00 2001 From: YoshiRulz Date: Fri, 6 Sep 2024 02:22:39 +1000 Subject: [PATCH] Rework doc comment for `IDriveLight.DriveLightIconDescription` --- .../Interfaces/Services/IDriveLight.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/BizHawk.Emulation.Common/Interfaces/Services/IDriveLight.cs b/src/BizHawk.Emulation.Common/Interfaces/Services/IDriveLight.cs index 766d54ee2f..16dbc684da 100644 --- a/src/BizHawk.Emulation.Common/Interfaces/Services/IDriveLight.cs +++ b/src/BizHawk.Emulation.Common/Interfaces/Services/IDriveLight.cs @@ -16,9 +16,7 @@ /// bool DriveLightOn { get; } - /// - /// Gets a value indicating the description of the drive light icon (that will be displayed as a ToolTip on MainForm - /// + /// description of the drive light icon (used in MainForm for the tooltip of the status bar icon) string DriveLightIconDescription { get; } } }