Update of /cvsroot/audacity/audacity-src/src
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30608

Modified Files:
        Dependencies.cpp 
Log Message:
Correct "disc" typo to "disk". This doesn't break translations as this long 
string
does not appear translated in the dialogue despite being in the .po files. 
Trying
a shorter string to see if it helps. GA suggests some further reduction in 
verbiage 
here later on might help understanding, too.

Index: Dependencies.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/Dependencies.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Dependencies.cpp    20 Apr 2009 17:27:22 -0000      1.15
+++ Dependencies.cpp    27 Dec 2009 09:53:36 -0000      1.16
@@ -223,7 +223,8 @@
 };
 
 wxString kDependencyDialogPrompt =
-_("Your project currently depends on the presence of other files.\nCopy audio 
from the following files into your project to make it self-contained?\nThis 
will need more disc space but is safer.");
+_("Copying the following files into your project will remove this dependency.\
+   \nThis needs more disk space, but is safer.");
 
 class DependencyDialog : public wxDialog
 {


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Audacity-cvs mailing list
Audacity-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to