diff --git a/DS4Windows/DS4Control/ControlService.cs b/DS4Windows/DS4Control/ControlService.cs index 5ec8f2c..1482758 100644 --- a/DS4Windows/DS4Control/ControlService.cs +++ b/DS4Windows/DS4Control/ControlService.cs @@ -360,7 +360,7 @@ namespace DS4Windows if (showlog) LogDebug(Properties.Resources.Starting); - LogDebug("Connection to ViGEm established"); + LogDebug("Connection to ViGEmBus established"); DS4Devices.isExclusiveMode = getUseExclusiveMode(); uiContext = tempui as SynchronizationContext; @@ -514,7 +514,7 @@ namespace DS4Windows } else { - string logMessage = "Could not connect to ViGEm. Please check the status of the System device in Device Manager"; + string logMessage = "Could not connect to ViGEmBus. Please check the status of the System device in Device Manager"; LogDebug(logMessage); AppLogger.LogToTray(logMessage); } @@ -533,7 +533,7 @@ namespace DS4Windows if (showlog) LogDebug(Properties.Resources.StoppingX360); - LogDebug("Closing connection to ViGEm"); + LogDebug("Closing connection to ViGEmBus"); for (int i = 0, arlength = DS4Controllers.Length; i < arlength; i++) { diff --git a/DS4Windows/Properties/Resources.Designer.cs b/DS4Windows/Properties/Resources.Designer.cs index df0e8e7..1f5d90a 100644 --- a/DS4Windows/Properties/Resources.Designer.cs +++ b/DS4Windows/Properties/Resources.Designer.cs @@ -1820,7 +1820,7 @@ namespace DS4Windows.Properties { } /// - /// Looks up a localized string similar to Step 1: Install the ScpVBus Driver. + /// Looks up a localized string similar to Step 1: Install the ViGEmBus Driver. /// public static string Step1 { get { diff --git a/DS4Windows/Properties/Resources.resx b/DS4Windows/Properties/Resources.resx index 2005d42..8da56f0 100644 --- a/DS4Windows/Properties/Resources.resx +++ b/DS4Windows/Properties/Resources.resx @@ -674,7 +674,7 @@ Start - Step 1: Install the ScpVBus Driver + Step 1: Install the ViGEmBus Driver Stop Heavy