1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-21 16:37:12 +01:00

Move choice of waveform scale from TCP menu to ruler context menu

This commit is contained in:
Paul Licameli
2019-12-31 19:21:58 -05:00
parent e787694f07
commit 389d04459a
3 changed files with 5 additions and 22 deletions

View File

@@ -152,7 +152,7 @@ const TranslatableStrings &WaveformSettings::GetScaleNames()
static const TranslatableStrings result{
// Keep in correspondence with enum WaveTrack::WaveTrackDisplay:
XO("Linear"),
XO("Logarithmic"),
XO("dB"),
};
return result;
}