mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-23 14:41:27 +01:00
Fixed more internationalisation hints.
This commit is contained in:
@@ -203,8 +203,11 @@ void LevellerDialog::PopulateOrExchange(ShuttleGui & S)
|
||||
wxArrayString numPasses;
|
||||
|
||||
numPasses.Add(_("None-Skip"));
|
||||
|
||||
/* i18n-hint: Of strength of an effect. Not strongly.*/
|
||||
numPasses.Add(_("Light"));
|
||||
numPasses.Add(_("Moderate"));
|
||||
/* i18n-hint: Of strength of an effect. Strongly.*/
|
||||
numPasses.Add(_("Heavy"));
|
||||
numPasses.Add(_("Heavier"));
|
||||
numPasses.Add(_("Heaviest"));
|
||||
|
||||
Reference in New Issue
Block a user