voxforge.org
VoxForge Dev
Show
Ignore:
Timestamp:
03/13/08 13:36:19 (10 months ago)
Author:
kmaclean
Message:

SpeechSubmission - Jlabel word wrapping -snapshot

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/LabelLocalizer.java

    r2411 r2466  
    8585         
    8686             dialectPanelLabel = "Pronunciation Dialect:"; 
    87              dialectSelection = new String [9]; 
     87             dialectSelection = new String [10]; 
    8888             dialectSelection[0] = pleaseSelect;     
    8989             dialectSelection[1] = "Australian English";     
     
    9292             dialectSelection[4] = "Canadian English";       
    9393             dialectSelection[5] = "European English";  
    94              dialectSelection[6] = "New Zealand English";  
    95              dialectSelection[7] = "South African English";      
    96              dialectSelection[8] = "Other"; 
     94             dialectSelection[6] = "Indian English";  
     95             dialectSelection[7] = "New Zealand English";  
     96             dialectSelection[8] = "South African English";      
     97             dialectSelection[9] = "Other"; 
    9798             
    9899             microphonePanelLabel = "Microphone Type:";