1
0
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:
james.k.crook@gmail.com
2012-03-20 16:17:37 +00:00
parent 69476e785c
commit 63f0b8b09e
20 changed files with 58 additions and 15 deletions

View File

@@ -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"));