Update of /cvsroot/audacity/audacity-src/src/export
In directory sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv4700
Modified Files:
ExportMP2.cpp ExportMultiple.cpp
Log Message:
Change dialog titles
Index: ExportMP2.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMP2.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ExportMP2.cpp 7 May 2007 00:59:16 -0000 1.8
+++ ExportMP2.cpp 20 May 2007 07:24:04 -0000 1.9
@@ -228,9 +228,9 @@
bool emptyTags = tags->IsEmpty();
if (showId3Dialog && emptyTags) {
if (!tags->ShowEditDialog(project,
- _("Edit the ID3 tags for the MP3 file"),
+ _("Edit the ID3 tags for the MP2 file"),
true)) {
- return false; // used selected "cancel"
+ return false; // user selected "cancel"
}
}
Index: ExportMultiple.cpp
===================================================================
RCS file: /cvsroot/audacity/audacity-src/src/export/ExportMultiple.cpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- ExportMultiple.cpp 7 May 2007 00:59:16 -0000 1.26
+++ ExportMultiple.cpp 20 May 2007 07:24:04 -0000 1.27
@@ -446,7 +446,7 @@
tags->AllowEditTitle(false);
tags->AllowEditTrackNumber(false);
bool rval = tags->ShowEditDialog(mProject,
- _("Edit the ID3 tags for all MP3
files"),
+ _("Edit the metadata"),
true);
tags->AllowEditTitle(true);
tags->AllowEditTrackNumber(true);
-------------------------------------------------------------------------
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