X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Flevel%2Fleveleffect.C;h=8f70e467b68ced465f7f88b430f0f3546532df9d;hb=2f7295c1067fb2935ddc215831431c2959782ee3;hp=30b2a34d84646f93d84e1ce80b3c8416a5ff6195;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/plugins/level/leveleffect.C b/cinelerra-5.1/plugins/level/leveleffect.C index 30b2a34d..8f70e467 100644 --- a/cinelerra-5.1/plugins/level/leveleffect.C +++ b/cinelerra-5.1/plugins/level/leveleffect.C @@ -193,7 +193,7 @@ void SoundLevelEffect::reset() accum_size = 0; } -const char* SoundLevelEffect::plugin_title() { return _("SoundLevel"); } +const char* SoundLevelEffect::plugin_title() { return N_("SoundLevel"); } int SoundLevelEffect::is_realtime() { return 1; }