1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-11 09:31:13 +02:00

Shorter Grayscale Spectrum preferences text.

This commit is contained in:
James Crook 2017-06-07 10:48:10 +01:00
parent 2323e8d222
commit 1ce97b9d26

View File

@ -209,7 +209,7 @@ void SpectrumPrefs::PopulateOrExchange(ShuttleGui & S)
4);
}
S.Id(ID_GRAYSCALE).TieCheckBox(_("S&how the spectrum using grayscale colors"),
S.Id(ID_GRAYSCALE).TieCheckBox(_("Gra&yscale"),
mTempSettings.isGrayscale);
S.EndTwoColumn();