1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-12 07:36:24 +01:00

(minor text corrections)

This commit is contained in:
v.audacity
2010-07-16 05:38:22 +00:00
parent 6f6aae0346
commit 27e59162b4

View File

@@ -144,7 +144,7 @@ DirManager::DirManager()
//that wxGetDiskSpace creates. //that wxGetDiskSpace creates.
//JKC: Please explain why. //JKC: Please explain why.
// Vaughan, 2010-07-06: No explanation forthcoming and Nestify is long gone. // Vaughan, 2010-07-06: No explanation forthcoming and Nestify is long gone.
// wxWidgets manual says, "rarely the best way to" suppress wxWidgets log messages. // wxWidgets manual says, "rarely the best way to" suppress wxWidgets log messages, so don't do it.
// wxLogNull logNo; // wxLogNull logNo;
// Make sure there is plenty of space for temp files // Make sure there is plenty of space for temp files
@@ -402,7 +402,7 @@ bool DirManager::SetProject(wxString & projPath, wxString & projName,
"locked" get copied instead of moved. (This happens when "locked" get copied instead of moved. (This happens when
we perform a Save As - the files which belonged to the last we perform a Save As - the files which belonged to the last
saved version of the old project must not be moved, saved version of the old project must not be moved,
otherwise the old project would not be safe. */ otherwise the old project would not be safe.) */
ProgressDialog *progress = new ProgressDialog(_("Progress"), ProgressDialog *progress = new ProgressDialog(_("Progress"),
_("Saving project data files")); _("Saving project data files"));