From 69cd34b1a50914fad7e5befaa848a6a2c537b4ac Mon Sep 17 00:00:00 2001 From: tobigun Date: Sat, 8 May 2010 22:46:29 +0000 Subject: validate microphone settings when leaving the record options and when USDX is started: - check if a user is assigned to multiple devices. If this is the case either do not leave the record options (if we already are there) or enter the record options (if USDX was started) - the check is performed by calling TAudioInputProcessor.ValidateSettings() git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2346 b956fd51-792f-4845-bead-9b4dfca2ff2c --- game/languages/English.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'game/languages/English.ini') diff --git a/game/languages/English.ini b/game/languages/English.ini index cff7e7a3..5ac41efc 100644 --- a/game/languages/English.ini +++ b/game/languages/English.ini @@ -428,4 +428,5 @@ ERROR_CORRUPT_SONG_FILE_NOT_FOUND=Song could not be loaded: File not found ERROR_CORRUPT_SONG_NO_NOTES=Song could not be loaded: Can''t find any notes ERROR_CORRUPT_SONG_NO_BREAKS=Song could not be loaded: Can''t find any linebreaks ERROR_CORRUPT_SONG_UNKNOWN_IN_LINE=Song could not be loaded: Error parsing line %0:d -ERROR_NO_EDITOR=This feature is not available on Linux/Mac \ No newline at end of file +ERROR_NO_EDITOR=This feature is not available on Linux/Mac +ERROR_PLAYER_DEVICE_ASSIGNMENT=Player %d was assigned to multiple microphones. Please check your record options -- cgit v1.2.3