mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-19 06:07:42 +02:00
"Blockfile" -> "Block File" in interface.
This commit is contained in:
parent
2bac0a07ed
commit
618df78900
@ -1543,7 +1543,7 @@ _("Project check of \"%s\" folder \
|
|||||||
_("Replace missing audio with silence (permanent immediately)"),
|
_("Replace missing audio with silence (permanent immediately)"),
|
||||||
NULL};
|
NULL};
|
||||||
wxLog::FlushActive(); // MultiDialog has "Show Log..." button, so make sure log is current.
|
wxLog::FlushActive(); // MultiDialog has "Show Log..." button, so make sure log is current.
|
||||||
action = ShowMultiDialog(msg, _("Warning - Missing Audio Data Blockfile(s)"), buttons);
|
action = ShowMultiDialog(msg, _("Warning - Missing Audio Data Block File(s)"), buttons);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (action == 0)
|
if (action == 0)
|
||||||
@ -1601,7 +1601,7 @@ other projects. \
|
|||||||
_("Delete orphan files (permanent immediately)"),
|
_("Delete orphan files (permanent immediately)"),
|
||||||
NULL};
|
NULL};
|
||||||
wxLog::FlushActive(); // MultiDialog has "Show Log..." button, so make sure log is current.
|
wxLog::FlushActive(); // MultiDialog has "Show Log..." button, so make sure log is current.
|
||||||
action = ShowMultiDialog(msg, _("Warning - Orphan Blockfile(s)"), buttons);
|
action = ShowMultiDialog(msg, _("Warning - Orphan Block File(s)"), buttons);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (action == 1)
|
if (action == 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user