1
0
mirror of https://github.com/EduApps-CDG/OpenDX synced 2024-12-30 09:45:37 +01:00

Update en_US.hpp

This commit is contained in:
Eduardo P. Gomez 2024-01-03 08:25:04 -03:00 committed by GitHub
parent 495f784163
commit 5b4b2e6b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -72,7 +72,7 @@ Translation_t Translation_enUS() {
r.sound_device_name = (char*) "Device Name"; r.sound_device_name = (char*) "Device Name";
r.sound_device_hardwareId = (char*)"Hardware ID"; r.sound_device_hardwareId = (char*)"Hardware ID";
r.sound_device_manufacturerId = (char*)"Manufacturer ID"; r.sound_device_manufacturerId = (char*)"Manufacturer ID";
r.sound_device_productID = (char*)"Product ID"; r.sound_device_productId = (char*)"Product ID";
r.sound_device_type = (char*)"Type"; r.sound_device_type = (char*)"Type";
r.sound_device_default = (char*)"Default Device"; r.sound_device_default = (char*)"Default Device";
r.sound_driver_label = (char*)"Drivers"; r.sound_driver_label = (char*)"Drivers";