Changed branding in some old messages

This commit is contained in:
Travis Nickles 2019-03-19 01:30:54 -05:00
parent 12a4255f9f
commit 1c671e694f
3 changed files with 5 additions and 5 deletions

View File

@ -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++)
{

View File

@ -1820,7 +1820,7 @@ namespace DS4Windows.Properties {
}
/// <summary>
/// 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.
/// </summary>
public static string Step1 {
get {

View File

@ -674,7 +674,7 @@
<value>Start</value>
</data>
<data name="Step1" xml:space="preserve">
<value>Step 1: Install the ScpVBus Driver</value>
<value>Step 1: Install the ViGEmBus Driver</value>
</data>
<data name="StopHText" xml:space="preserve">
<value>Stop Heavy</value>