1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-10 09:01:13 +02:00

Responding to suggestion at http://bugzilla.audacityteam.org/show_bug.cgi?id=20#c46, changed it to "current" rather than "existing."

This commit is contained in:
v.audacity 2011-06-20 21:16:46 +00:00
parent 4eb4c6a358
commit fb5e062c42

View File

@ -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)"),