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

Modified Files:
        DirManager.cpp 
Log Message:
No need to have "Warning" in dialogue text as well as title

Index: DirManager.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/DirManager.cpp,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- DirManager.cpp      30 May 2009 20:38:08 -0000      1.86
+++ DirManager.cpp      9 Jun 2009 19:53:01 -0000       1.87
@@ -133,7 +133,7 @@
    if (wxGetDiskSpace(globaltemp, NULL, &freeSpace)) {
       if (freeSpace < wxLongLong(wxLL(100 * 1048576))) {
          ShowWarningDialog(NULL, wxT("DiskSpaceWarning"),
-                           _("Warning: there is very little free disk space 
left on this volume.\nPlease select another temporary directory in your 
preferences."));
+                           _("There is very little free disk space left on 
this volume.\nPlease select another temporary directory in Preferences."));
       }
    }
 }


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to