1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 16:43:33 +02:00

Rename Loudness effect to "Loudness Normalization".

This commit is contained in:
Max Maisel
2019-03-23 15:27:28 +01:00
parent 0bac2a5e75
commit b4821228df

View File

@@ -24,7 +24,7 @@
class ShuttleGui;
#define LOUDNESS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Loudness") }
#define LOUDNESS_PLUGIN_SYMBOL ComponentInterfaceSymbol{ XO("Loudness Normalization") }
class EffectLoudness final : public Effect
{