Rename dummy sound label to "No Sound Output".

This commit is contained in:
Paul Chote
2019-12-15 15:34:05 +00:00
committed by reaperrr
parent 032c412e09
commit 4052620f94

View File

@@ -21,7 +21,7 @@ namespace OpenRA.Platforms.Default
{ {
var defaultDevices = new[] var defaultDevices = new[]
{ {
new SoundDevice(null, "Default Output"), new SoundDevice(null, "No Sound Output"),
}; };
return defaultDevices; return defaultDevices;