From 4052620f94cdc46cda5581721a8853359307282a Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 15 Dec 2019 15:34:05 +0000 Subject: [PATCH] Rename dummy sound label to "No Sound Output". --- OpenRA.Platforms.Default/DummySoundEngine.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;