Update of /cvsroot/audacity/audacity-src/src/export
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv21577
Modified Files:
ExportMP3.cpp
Log Message:
Fix typo
Index: ExportMP3.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMP3.cpp,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- ExportMP3.cpp 14 May 2007 04:14:00 -0000 1.66
+++ ExportMP3.cpp 20 May 2007 03:59:37 -0000 1.67
@@ -1670,11 +1670,11 @@
bool showId3Dialog = project->GetShowId3Dialog();
Tags *tags = project->GetTags();
bool emptyTags = tags->IsEmpty();
- if (showId3Dialog && emptyTags) {
+ if (emptyTags) {
if (!tags->ShowEditDialog(project,
_("Edit the ID3 tags for the MP3 file"),
true)) {
- return false; // used selected "cancel"
+ return false; // user selected "cancel"
}
}
@@ -1824,7 +1824,7 @@
int ExportMP3::AskResample(int bitrate, int rate, int highrate)
{
- wxDialog d(NULL, wxID_ANY, wxString(wxT("Invalid sampel rate")));
+ wxDialog d(NULL, wxID_ANY, wxString(_("Invalid sample rate")));
wxChoice *choice;
ShuttleGui S(&d, eIsCreating);
wxString text;
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs