mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-21 06:01:13 +02:00
Wiki wording changes
a) 'Ends to Zero Crossings' to 'At Zero Crossings' and move from Region submenu to root because this is not only a region command and to aid finding and easy access b) Draw Tool error message recognises again that the tool works in Waveform (dB)
This commit is contained in:
@@ -4595,7 +4595,7 @@ bool TrackPanel::IsSampleEditingPossible( wxMouseEvent &event, const WaveTrack *
|
||||
|
||||
if (WaveTrack::Waveform != display)
|
||||
{
|
||||
wxMessageBox(_("To use Draw, choose 'Waveform' in the Track Drop-down Menu."), _("Draw Tool"));
|
||||
wxMessageBox(_("To use Draw, choose 'Waveform' or 'Waveform (dB)' in the Track Dropdown Menu."), _("Draw Tool"));
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user