voxforge.org
VoxForge Dev

Changeset 2255

Show
Ignore:
Timestamp:
08/13/07 18:41:07 (1 year ago)
Author:
kmaclean
Message:

updates to VF Speech Submission program

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/moodlespeex/CapturePlayback.java

    r2254 r2255  
    568568             progBar.setString("Ready"); 
    569569             //progBar.setVisible(false); 
    570              p2.add(progBar);   
     570             p2.add(progBar);                
    571571//           ############ Upload Text ####################################              
    572              JPanel UploadTextPanel1 = new JPanel(); 
    573              String text = "<html>(Please Note: by clicking upload, you agree to assign the Copyright to your recorded speech to multiple<br> "  
    574                 + "the Free Software Foundation, and to licensing your submission under the GNU Public Licence)</html>" ; 
    575              UploadTextPanel1.add(new JLabel(text));                
    576              p2.add(UploadTextPanel1); 
     572             JPanel UploadTextPanel = new JPanel(); 
     573             String text = "<html>Please Note: by clicking upload, you agree to assign the Copyright to your recorded speech to <br> "  
     574                + "the Free Software Foundation, and to license your submission under the GNU Public Licence" ; 
     575             UploadTextPanel.add(new JLabel(text));                
     576             p2.add(UploadTextPanel); 
    577577//      ############ License #################################### 
    578578        JPanel licenseScrollPanel = new JPanel();        
    579         licenseScrollPanel.add(new JLabel("For more information on the GPL, scroll down this panel:"));         
     579        licenseScrollPanel.add(new JLabel("For more information on Copyright and the GPL, scroll down this panel:")); 
    580580        p2.add(licenseScrollPanel);  
    581581