1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-02 00:29:41 +02:00

More accurate label for track name display

Feel free to tweak, but it was messing up docs to suggest it did not display in Spectrograms,
This commit is contained in:
Gale Andrews 2016-02-19 23:52:25 +00:00
parent f933621b70
commit af16636fe2

View File

@ -108,7 +108,7 @@ void TracksPrefs::PopulateOrExchange(ShuttleGui & S)
}
S.EndMultiColumn();
S.TieCheckBox(_("Sho&w track name in waveform display"),
S.TieCheckBox(_("Sho&w audio track name as overlay"),
wxT("/GUI/ShowTrackNameInWaveform"),
false);
}