Update of /cvsroot/audacity/audacity-src/src/export
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3968/src/export

Modified Files:
        ExportMultiple.cpp 
Log Message:
Fix typo in string


Index: ExportMultiple.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMultiple.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- ExportMultiple.cpp  1 Apr 2009 03:17:12 -0000       1.54
+++ ExportMultiple.cpp  30 Jun 2009 21:13:48 -0000      1.55
@@ -522,7 +522,7 @@
       wxString msg;
       msg.Printf(
          ok == eProgressSuccess ? _("Successfully exported the following %ld 
file(s).")
-           : (ok == eProgressFailed ? _("Something went wrong after exporting 
the folliwing %ld file(s).")
+           : (ok == eProgressFailed ? _("Something went wrong after exporting 
the following %ld file(s).")
              : (ok == eProgressCancelled ? _("Export canceled after exporting 
the following %ld file(s).") 
                : (ok == eProgressStopped ? _("Export stopped after exporting 
the following %ld file(s).")
                  : _("Something went really wrong after exporting the 
following %ld file(s).")


------------------------------------------------------------------------------
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to