mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +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:
@@ -1440,7 +1440,7 @@ _("Project check detected %d missing external audio \
|
|||||||
wxString msgA =
|
wxString msgA =
|
||||||
_("Project check detected %d missing alias (.auf) \
|
_("Project check detected %d missing alias (.auf) \
|
||||||
\nblockfile(s). Audacity can fully regenerate these \
|
\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;
|
wxString msg;
|
||||||
msg.Printf(msgA, missingAUFHash.size());
|
msg.Printf(msgA, missingAUFHash.size());
|
||||||
const wxChar *buttons[] = {_("Regenerate alias summary files (safe and recommended)"),
|
const wxChar *buttons[] = {_("Regenerate alias summary files (safe and recommended)"),
|
||||||
|
Reference in New Issue
Block a user