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

Modified Files:
        LibraryPrefs.cpp 
Log Message:
Make translatable string conform to Translating Audacity wiki page standards, 
i.e. no long stream of spaces in the middle of the string.


Index: LibraryPrefs.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/prefs/LibraryPrefs.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- LibraryPrefs.cpp    26 Dec 2009 23:47:40 -0000      1.4
+++ LibraryPrefs.cpp    30 Dec 2009 16:20:49 -0000      1.5
@@ -183,8 +183,7 @@
 
    // Libs are fine, don't show "locate" dialog unless user really wants it
    if (!locate) {
-      int response = wxMessageBox(_("Audacity has automatically detected valid 
FFmpeg libraries.\
-                                      \nDo you still want to locate them 
manually?"),
+      int response = wxMessageBox(_("Audacity has automatically detected valid 
FFmpeg libraries.\nDo you still want to locate them manually?"),
                                   wxT("Success"),
                                   wxCENTRE | wxYES_NO | wxNO_DEFAULT 
|wxICON_QUESTION);
       if (response == wxYES) {


------------------------------------------------------------------------------
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