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

Modified Files:
        Project.cpp 
Log Message:
fix typo in warning for opening .aup.bak files (and make it a little less 
elongated)

Index: Project.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Project.cpp,v
retrieving revision 1.420
retrieving revision 1.421
diff -u -d -r1.420 -r1.421
--- Project.cpp 1 May 2009 18:26:33 -0000       1.420
+++ Project.cpp 2 May 2009 07:27:17 -0000       1.421
@@ -2094,7 +2094,7 @@
    if (fileName.Lower().EndsWith(wxT(".aup.bak")))
    {
       wxMessageBox(
-         _("You are trying to open an automatically created backup file. Doing 
this may result in severe dataloss. Please open the actual Audacity project 
file instead."),
+         _("You are trying to open an automatically created backup 
file.\nDoing this may result in severe data loss.\n\nPlease open the actual 
Audacity project file instead."),
          _("Backup file detected"),
          wxOK | wxCENTRE, this);
       return;


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to