mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-10 09:27:43 +02:00
Update TrackPanel.cpp
Update access keys for Spectral Selection
This commit is contained in:
parent
a9bc6d2f53
commit
2593331399
@ -723,9 +723,9 @@ void TrackPanel::BuildMenus(void)
|
||||
/* i18n-hint: short form of 'logarithm'*/
|
||||
mWaveTrackMenu->Append(OnSpectrumLogID, _("Spectrogram l&og(f)"));
|
||||
/* i18n-hint: Spectral Selection is spectrogram with ability to select frequencies too'*/
|
||||
mWaveTrackMenu->Append(OnSpectralSelID, _("Spectral Selection"));
|
||||
mWaveTrackMenu->Append(OnSpectralSelID, _("S&pectral Selection"));
|
||||
/* i18n-hint: short form of 'logarithm'*/
|
||||
mWaveTrackMenu->Append(OnSpectralSelLogID, _("Spectral Selection l&og(f)"));
|
||||
mWaveTrackMenu->Append(OnSpectralSelLogID, _("Spectral Selection lo&g(f)"));
|
||||
|
||||
mWaveTrackMenu->Append(OnPitchID, _("Pitc&h (EAC)"));
|
||||
mWaveTrackMenu->AppendSeparator();
|
||||
|
Loading…
x
Reference in New Issue
Block a user