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

Remove "PT1" from dynamic compressor effect dialog.

Signed-off-by: Max Maisel <max.maisel@posteo.de>
This commit is contained in:
Max Maisel 2021-02-02 19:21:32 +01:00
parent be1883bdd3
commit 4b4fbafb0e

View File

@ -59,7 +59,7 @@ enum kAlgorithms
static const ComponentInterfaceSymbol kAlgorithmStrings[nAlgos] =
{
{ XO("Exponential-Fit") },
{ XO("Analog Model (PT1)") }
{ XO("Analog Model") }
};
enum kCompressBy