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

Changes to Spectrogram color scheme strings

Original commit: 060885c4f6237708711ec00d2dc333ad11b4e03a

Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
dofuuz 2021-06-11 11:59:50 +09:00 committed by Panagiotis Vasilopoulos
parent 27d31d906d
commit b855fbeb48
No known key found for this signature in database
GPG Key ID: 9E541BDE43B99F44

View File

@ -97,17 +97,6 @@ Some example strings are also given first, to document the syntax.
#endif
// i18n-hint Scheme refers to a color scheme for spectrogram colors
XC("Sche&me", "spectrum prefs"),
// i18n-hint Choice of spectrogram colors
XC("Color (default)", "spectrum prefs"),
// i18n-hint Choice of spectrogram colors
XC("Color (classic)", "spectrum prefs"),
// i18n-hint Choice of spectrogram colors
XC("Grayscale", "spectrum prefs"),
// i18n-hint Choice of spectrogram colors
XC("Inverse grayscale", "spectrum prefs"),
// See three occurrences of this XC in comments elsewhere;
// to be uncommented, replacing an XO; and the i18n-hint comment to be moved
// to one of them (one is enough)