mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-04 22:49:07 +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
|
// Check if a warning for missing aliased files should be displayed
|
||||||
if (gAudioIO->ShouldShowMissingAliasedFileWarning()) {
|
if (gAudioIO->ShouldShowMissingAliasedFileWarning()) {
|
||||||
wxString errorMessage = _("One or more external audio files could not be found.\n"
|
wxString errorMessage = _("One or more external audio files could not be found.\n"\
|
||||||
"It is possible they were moved, deleted, or the drive they "
|
"It is possible they were moved, deleted, or the drive they "\
|
||||||
"were on was unmounted.\n"
|
"were on was unmounted.\n"\
|
||||||
"Silence is being substituted for the affected audio.\n"
|
"Silence is being substituted for the affected audio.\n"\
|
||||||
"Choose File > Check Dependencies to view the "
|
"Choose File > Check Dependencies to view the "\
|
||||||
"original location of the missing files.");
|
"original location of the missing files.");
|
||||||
ShowModelessErrorDialog(this, _("Files Missing"),
|
ShowModelessErrorDialog(this, _("Files Missing"),
|
||||||
errorMessage, wxT(""), true);
|
errorMessage, wxT(""), true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user