1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-16 09:31:14 +01:00

Consistently use translated effect name in titles of message boxes...

... For built-in and Nyquist effects.
This commit is contained in:
Paul Licameli
2017-09-10 10:42:33 -04:00
parent d7574b799b
commit 378c96fda1
14 changed files with 92 additions and 95 deletions

View File

@@ -288,7 +288,7 @@ bool EffectTruncSilence::ProcessIndependently()
if (track2->GetKind() == Track::Wave &&
!(track2 == track || track2 == link) &&
track2->GetSelected()) {
::wxMessageBox(_("When truncating independently, there may only be one selected audio track in each Sync-Locked Track Group."));
::Effect::MessageBox(_("When truncating independently, there may only be one selected audio track in each Sync-Locked Track Group."));
return false;
}
}