Update of /cvsroot/audacity/audacity-src/src/effects
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv32367/src/effects

Modified Files:
        SimplePairedTwoTrack.h 
Log Message:
Fix typo in message string


Index: SimplePairedTwoTrack.h
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/effects/SimplePairedTwoTrack.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- SimplePairedTwoTrack.h      4 Apr 2007 19:14:51 -0000       1.8
+++ SimplePairedTwoTrack.h      27 Jul 2007 18:35:39 -0000      1.9
@@ -117,7 +117,7 @@
          GetSamples((WaveTrack *)right, &rstart, &rlen);
         
          if (llen != rlen || ((WaveTrack *)left)->GetRate() != ((WaveTrack 
*)right)->GetRate()) {
-            wxMessageBox(_("Sorry, This effect cannot be performed on stereo 
tracks where the individual channels of the track do not match."));
+            wxMessageBox(_("Sorry, this effect cannot be performed on stereo 
tracks where the individual channels of the track do not match."));
             return false;
                 }
       }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to