diff --git a/OpenRA.Platforms.Default/DummySoundEngine.cs b/OpenRA.Platforms.Default/DummySoundEngine.cs index 44cf889462..c553de8ac6 100644 --- a/OpenRA.Platforms.Default/DummySoundEngine.cs +++ b/OpenRA.Platforms.Default/DummySoundEngine.cs @@ -21,7 +21,7 @@ namespace OpenRA.Platforms.Default { var defaultDevices = new[] { - new SoundDevice(null, "Default Output"), + new SoundDevice(null, "No Sound Output"), }; return defaultDevices;