mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-11 15:59:08 +01:00
Changed branding in some old messages
This commit is contained in:
parent
12a4255f9f
commit
1c671e694f
@ -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++)
|
||||
{
|
||||
|
2
DS4Windows/Properties/Resources.Designer.cs
generated
2
DS4Windows/Properties/Resources.Designer.cs
generated
@ -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 {
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user