From fb5e062c42dfbbad96b2b89ec70dfe39f7ede4b4 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Mon, 20 Jun 2011 21:16:46 +0000 Subject: [PATCH] Responding to suggestion at http://bugzilla.audacityteam.org/show_bug.cgi?id=20#c46, changed it to "current" rather than "existing." --- src/DirManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DirManager.cpp b/src/DirManager.cpp index 3d225fa95..ee2ea3acd 100644 --- a/src/DirManager.cpp +++ b/src/DirManager.cpp @@ -1440,7 +1440,7 @@ _("Project check detected %d missing external audio \ wxString msgA = _("Project check detected %d missing alias (.auf) \ \nblockfile(s). Audacity can fully regenerate these \ -\nfiles from the original audio in the project."); +\nfiles from the current audio in the project."); wxString msg; msg.Printf(msgA, missingAUFHash.size()); const wxChar *buttons[] = {_("Regenerate alias summary files (safe and recommended)"),