mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-18 17:10:05 +02:00
Add an i18n-hint comment
This commit is contained in:
parent
5aba06a8a2
commit
a6172d932b
@ -191,6 +191,7 @@ const wxArrayString &SpectrogramSettings::GetAlgorithmNames()
|
||||
if (theArray.IsEmpty()) {
|
||||
// Keep in correspondence with enum SpectrogramSettings::Algorithm:
|
||||
theArray.Add(_("Frequencies"));
|
||||
/* i18n-hint: EAC abbreviates "Enhanced Autocorrelation" */
|
||||
theArray.Add(_("Pitch (EAC)"));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user