Update of /cvsroot/audacity/audacity-src/src/export
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv16306

Modified Files:
        ExportCL.cpp 
Log Message:
Make the instructions for the dialogue a little clearer, plus correct window
title.


Index: ExportCL.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportCL.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- ExportCL.cpp        7 May 2007 00:59:16 -0000       1.19
+++ ExportCL.cpp        23 Jul 2007 21:01:09 -0000      1.20
@@ -52,7 +52,7 @@
 /// 
 ExportCLOptions::ExportCLOptions(wxWindow *parent)
 :  wxDialog(NULL, wxID_ANY,
-   wxString(_("Specify Command Line Options")),
+   wxString(_("Specify Command Line Encoder")),
    wxDefaultPosition, wxDefaultSize,
    wxDEFAULT_DIALOG_STYLE | wxSTAY_ON_TOP)
 {
@@ -84,7 +84,7 @@
          S.EndMultiColumn();
 
 
-         S.AddFixedText(_("Include \"%f\" where the output filename should be 
substituted."));
+         S.AddFixedText(_("Data will be piped to standard in. \"%f\" will be 
replaced with output filename selected."));
       }
       S.EndStatic();
    }


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to