mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-02 08:39:46 +02:00
fix long string that breaks windows build - testing new method
This commit is contained in:
parent
c420e785ae
commit
244b1b1d9a
@ -3900,11 +3900,11 @@ void AudacityProject::OnTimer(wxTimerEvent& event)
|
||||
|
||||
// Check if a warning for missing aliased files should be displayed
|
||||
if (gAudioIO->ShouldShowMissingAliasedFileWarning()) {
|
||||
wxString errorMessage = _("One or more external audio files could not be found.\n"
|
||||
"It is possible they were moved, deleted, or the drive they "
|
||||
"were on was unmounted.\n"
|
||||
"Silence is being substituted for the affected audio.\n"
|
||||
"Choose File > Check Dependencies to view the "
|
||||
wxString errorMessage = _("One or more external audio files could not be found.\n"\
|
||||
"It is possible they were moved, deleted, or the drive they "\
|
||||
"were on was unmounted.\n"\
|
||||
"Silence is being substituted for the affected audio.\n"\
|
||||
"Choose File > Check Dependencies to view the "\
|
||||
"original location of the missing files.");
|
||||
ShowModelessErrorDialog(this, _("Files Missing"),
|
||||
errorMessage, wxT(""), true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user